#5CCABB

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

Shades of Downy #5CCABB

Tints of Downy #5CCABB

Color information

#5CCABB (or 0x5CCABB) is unknown color: approx Downy. HEX triplet: 5C, CA and BB. RGB value is (92,202,187). Sum of RGB (Red+Green+Blue) = 92+202+187=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCABB is #A33544. Grayscale: #A7A7A7. Windows color (decimal): -10696005 or 12307036. OLE color: 12307036.

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

Color convert

RGB92202187-
CMYK0.5400.070.21
HSL171.82º50.93%57.65%-
HSV(B)171.82º54.46%79.22%-
XYZ34.548.154.48-
YUV167.4139.0674.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=19.13%
G=42.00%
B=38.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021870.5400.070.21171.8250.9357.65
Hex5CCABB360715ac333a
Octal1343122736607252546372
Binary1011100110010101011101111011001111010110101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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