#5CCABE

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

Shades of Downy #5CCABE

Tints of Downy #5CCABE

Color information

#5CCABE (or 0x5CCABE) is unknown color: approx Downy. HEX triplet: 5C, CA and BE. RGB value is (92,202,190). Sum of RGB (Red+Green+Blue) = 92+202+190=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCABE is #A33541. Grayscale: #A7A7A7. Windows color (decimal): -10696002 or 12503644. OLE color: 12503644.

HSL color Cylindrical-coordinate representation of color #5CCABE: hue angle of 173.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCABE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB92202190-
CMYK0.5400.060.21
HSL173.45º50.93%57.65%-
HSV(B)173.45º54.46%79.22%-
XYZ34.8348.2356.19-
YUV167.74140.5673.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.01%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=19.01%
G=41.74%
B=39.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021900.5400.060.21173.4550.9357.65
Hex5CCABE360615ad333a
Octal1343122766606252556372
Binary1011100110010101011111011011001101010110101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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