Html Css Color HEX #5DDCBA Downy

📋 copy color: '#5DDCBA'

red 93 ◦ green 220 ◦ blue 186

#5DDCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5DDCBA

Tints of Downy #5DDCBA

RGB

 RED value IS 93 (36.72% from 255) = 18.64%

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 18.64%
G = 44.09%
B = 37.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5DDCBA (or 0x5DDCBA) is known color: Downy. HEX triplet: 5D, DC and BA. RGB value is (93,220,186). Sum of RGB (Red+Green+Blue) = 93+220+186=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCBA is #A22345. Grayscale: #B2B2B2. Windows color (decimal): -10625862 or 12246109. OLE color: 12246109.

HSL color Cylindrical-coordinate representation of color #5DDCBA: hue angle of 163.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCBA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 186 -
CMYK 0.58 0 0.15 0.14
HSL 163.94º 0.64% 0.61% -
HSV(B) 163.94º 0.58% 0.86% -
XYZ 38.97 57.06 55.41 -
YUV 178.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 93 220 186 0.58 0 0.15 0.14 163.94 0.64 0.61
Hex 5D DC BA 3A 0 F E A4 40 3D
Octal 135 334 272 72 0 17 16 244 100 75
Binary 1011101 11011100 10111010 111010 0 1111 1110 10100100 1000000 111101

Color Harmonies of #5DDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCBA

Black with #5DDCBA

Text Example


Text Example

White with #5DDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DDCBA; }

 p { color: rgb(93,220,186); }

 H1.HeaderClassName
 {
   color: #5DDCBA;
 }
 .AnyTagClassName
 {
   color: #5DDCBA;
 }
</style>

background-color css

<style>
 a { background-color: #5DDCBA; }

 a { background-color: rgb(93,220,186); }

 div.DivClassName
 {
   background-color: #5DDCBA;
 }
 .BgClassName
 {
   background-color: #5DDCBA;
 }
</style>

border-color css

<style>
 span { border-color: #5DDCBA; }

 span { border-color: rgb(93,220,186); }

 td.TdClassName
 {
   border-color: #5DDCBA;
 }
 .TagClassName
 {
   border-color: #5DDCBA;
 }
</style>