#5DE4CC

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

Shades of Downy #5DE4CC

Tints of Downy #5DE4CC

Color information

#5DE4CC (or 0x5DE4CC) is unknown color: approx Downy. HEX triplet: 5D, E4 and CC. RGB value is (93,228,204). Sum of RGB (Red+Green+Blue) = 93+228+204=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE4CC is #A21B33. Grayscale: #B8B8B8. Windows color (decimal): -10623796 or 13427805. OLE color: 13427805.

HSL color Cylindrical-coordinate representation of color #5DE4CC: hue angle of 169.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE4CC is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB93228204-
CMYK0.5900.110.11
HSL169.33º71.43%62.94%-
HSV(B)169.33º59.21%89.41%-
XYZ43.1662.1766.85-
YUV184.9138.7762.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=17.71%
G=43.43%
B=38.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932282040.5900.110.11169.3371.4362.94
Hex5DE4CC3B0BBa9473f
Octal135344314730131325110777
Binary10111011110010011001100111011010111011101010011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,228,204); }

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

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

 a { background-color: rgb(93,228,204); }

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

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

 span { border-color: rgb(93,228,204); }

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