#5CCABD

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

Shades of Downy #5CCABD

Tints of Downy #5CCABD

Color information

#5CCABD (or 0x5CCABD) is unknown color: approx Downy. HEX triplet: 5C, CA and BD. RGB value is (92,202,189). Sum of RGB (Red+Green+Blue) = 92+202+189=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCABD is #A33542. Grayscale: #A7A7A7. Windows color (decimal): -10696003 or 12438108. OLE color: 12438108.

HSL color Cylindrical-coordinate representation of color #5CCABD: hue angle of 172.91º 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 #5CCABD is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB92202189-
CMYK0.5400.060.21
HSL172.91º50.93%57.65%-
HSV(B)172.91º54.46%79.22%-
XYZ34.7248.1955.62-
YUV167.63140.0674.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.05%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=19.05%
G=41.82%
B=39.13%

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
Decimal922021890.5400.060.21172.9150.9357.65
Hex5CCABD360615ad333a
Octal1343122756606252556372
Binary1011100110010101011110111011001101010110101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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