#5CC5BF

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

Shades of Downy #5CC5BF

Tints of Downy #5CC5BF

Color information

#5CC5BF (or 0x5CC5BF) is unknown color: approx Downy. HEX triplet: 5C, C5 and BF. RGB value is (92,197,191). Sum of RGB (Red+Green+Blue) = 92+197+191=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5BF is #A33A40. Grayscale: #A4A4A4. Windows color (decimal): -10697281 or 12567900. OLE color: 12567900.

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

Color convert

RGB92197191-
CMYK0.5300.030.23
HSL176.57º47.51%56.67%-
HSV(B)176.57º53.3%77.25%-
XYZ33.7845.9756.38-
YUV164.92142.7175.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 191 (75% from 255) = 39.79%
R=19.17%
G=41.04%
B=39.79%

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
Decimal921971910.5300.030.23176.5747.5156.67
Hex5CC5BF350317b13039
Octal1343052776503272616071
Binary101110011000101101111111101010111011110110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,197,191); }

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

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

 a { background-color: rgb(92,197,191); }

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

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

 span { border-color: rgb(92,197,191); }

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