#5DEAC8

Color #5DEAC8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5DEAC8

Tints of Downy #5DEAC8

Color information

#5DEAC8 (or 0x5DEAC8) is unknown color: approx Downy. HEX triplet: 5D, EA and C8. RGB value is (93,234,200). Sum of RGB (Red+Green+Blue) = 93+234+200=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEAC8 is #A21537. Grayscale: #BBBBBB. Windows color (decimal): -10622264 or 13167197. OLE color: 13167197.

HSL color Cylindrical-coordinate representation of color #5DEAC8: hue angle of 165.53º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAC8 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB93234200-
CMYK0.6000.150.08
HSL165.53º77.05%64.12%-
HSV(B)165.53º60.26%91.76%-
XYZ44.3665.3464.92-
YUV187.96134.7960.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.65%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=17.65%
G=44.40%
B=37.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932342000.6000.150.08165.5377.0564.12
Hex5DEAC83C0F8a64d40
Octal1353523107401710246115100
Binary101110111101010110010001111000111110001010011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,234,200); }

 H1.HeaderClassName
 {
   color: #5DEAC8;
 }
 .AnyTagClassName
 {
   color: #5DEAC8;
 }
</style>
background-color css

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

 a { background-color: rgb(93,234,200); }

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

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

 span { border-color: rgb(93,234,200); }

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