Html Css Color HEX #5DCEBA Downy

📋 copy color: '#5DCEBA'

red 93 ◦ green 206 ◦ blue 186

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

Shades of Downy #5DCEBA

Tints of Downy #5DCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 19.18%
G = 42.47%
B = 38.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#5DCEBA (or 0x5DCEBA) is known color: Downy. HEX triplet: 5D, CE and BA. RGB value is (93,206,186). Sum of RGB (Red+Green+Blue) = 93+206+186=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBA is #A23145. Grayscale: #A9A9A9. Windows color (decimal): -10629446 or 12242525. OLE color: 12242525.

HSL color Cylindrical-coordinate representation of color #5DCEBA: hue angle of 169.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEBA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 186 -
CMYK 0.55 0 0.10 0.19
HSL 169.38º 0.54% 0.59% -
HSV(B) 169.38º 0.55% 0.81% -
XYZ 35.45 50.01 54.24 -
YUV 169.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 93 206 186 0.55 0 0.10 0.19 169.38 0.54 0.59
Hex 5D CE BA 37 0 A 13 A9 36 3B
Octal 135 316 272 67 0 12 23 251 66 73
Binary 1011101 11001110 10111010 110111 0 1010 10011 10101001 110110 111011

Color Harmonies of #5DCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEBA

Black with #5DCEBA

Text Example


Text Example

White with #5DCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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