#5CC4BE

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

Shades of Downy #5CC4BE

Tints of Downy #5CC4BE

Color information

#5CC4BE (or 0x5CC4BE) is unknown color: approx Downy. HEX triplet: 5C, C4 and BE. RGB value is (92,196,190). Sum of RGB (Red+Green+Blue) = 92+196+190=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC4BE is #A33B41. Grayscale: #A4A4A4. Windows color (decimal): -10697538 or 12502108. OLE color: 12502108.

HSL color Cylindrical-coordinate representation of color #5CC4BE: hue angle of 176.54º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC4BE is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB92196190-
CMYK0.5300.030.23
HSL176.54º46.85%56.47%-
HSV(B)176.54º53.06%76.86%-
XYZ33.4545.4755.73-
YUV164.22142.5476.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.25%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=19.25%
G=41.00%
B=39.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921961900.5300.030.23176.5446.8556.47
Hex5CC4BE350317b12f38
Octal1343042766503272615770
Binary101110011000100101111101101010111011110110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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