#5CDEBB

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

Shades of Downy #5CDEBB

Tints of Downy #5CDEBB

Color information

#5CDEBB (or 0x5CDEBB) is unknown color: approx Downy. HEX triplet: 5C, DE and BB. RGB value is (92,222,187). Sum of RGB (Red+Green+Blue) = 92+222+187=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEBB is #A32144. Grayscale: #B3B3B3. Windows color (decimal): -10690885 or 12312156. OLE color: 12312156.

HSL color Cylindrical-coordinate representation of color #5CDEBB: hue angle of 163.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEBB is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB92222187-
CMYK0.5900.160.13
HSL163.85º66.33%61.57%-
HSV(B)163.85º58.56%87.06%-
XYZ39.558.1156.15-
YUV179.14132.4365.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.36%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=18.36%
G=44.31%
B=37.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922221870.5900.160.13163.8566.3361.57
Hex5CDEBB3B010Da4423e
Octal134336273730201524410276
Binary101110011011110101110111110110100001101101001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,222,187); }

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

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

 a { background-color: rgb(92,222,187); }

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

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

 span { border-color: rgb(92,222,187); }

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