#5CDEBE

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

Shades of Downy #5CDEBE

Tints of Downy #5CDEBE

Color information

#5CDEBE (or 0x5CDEBE) is unknown color: approx Downy. HEX triplet: 5C, DE and BE. RGB value is (92,222,190). Sum of RGB (Red+Green+Blue) = 92+222+190=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEBE is #A32141. Grayscale: #B3B3B3. Windows color (decimal): -10690882 or 12508764. OLE color: 12508764.

HSL color Cylindrical-coordinate representation of color #5CDEBE: hue angle of 165.23º 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 #5CDEBE is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB92222190-
CMYK0.5900.140.13
HSL165.23º66.33%61.57%-
HSV(B)165.23º58.56%87.06%-
XYZ39.8358.2457.86-
YUV179.48133.9365.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.25%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=18.25%
G=44.05%
B=37.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922221900.5900.140.13165.2366.3361.57
Hex5CDEBE3B0EDa5423e
Octal134336276730161524510276
Binary10111001101111010111110111011011101101101001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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