#5DE8C8

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

Shades of Downy #5DE8C8

Tints of Downy #5DE8C8

Color information

#5DE8C8 (or 0x5DE8C8) is unknown color: approx Downy. HEX triplet: 5D, E8 and C8. RGB value is (93,232,200). Sum of RGB (Red+Green+Blue) = 93+232+200=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8C8 is #A21737. Grayscale: #BABABA. Windows color (decimal): -10622776 or 13166685. OLE color: 13166685.

HSL color Cylindrical-coordinate representation of color #5DE8C8: hue angle of 166.19º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8C8 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB93232200-
CMYK0.6000.140.09
HSL166.19º75.14%63.73%-
HSV(B)166.19º59.91%90.98%-
XYZ43.864.2164.73-
YUV186.79135.4561.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=17.71%
G=44.19%
B=38.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932322000.6000.140.09166.1975.1463.73
Hex5DE8C83C0E9a64b40
Octal1353503107401611246113100
Binary101110111101000110010001111000111010011010011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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