#5FCCC7

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

Shades of Downy #5FCCC7

Tints of Downy #5FCCC7

Color information

#5FCCC7 (or 0x5FCCC7) is unknown color: approx Downy. HEX triplet: 5F, CC and C7. RGB value is (95,204,199). Sum of RGB (Red+Green+Blue) = 95+204+199=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCC7 is #A03338. Grayscale: #AAAAAA. Windows color (decimal): -10498873 or 13093983. OLE color: 13093983.

HSL color Cylindrical-coordinate representation of color #5FCCC7: hue angle of 177.25º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCC7 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB95204199-
CMYK0.5300.020.2
HSL177.25º51.66%58.63%-
HSV(B)177.25º53.43%80%-
XYZ36.6249.7461.7-
YUV170.84143.8973.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=19.08%
G=40.96%
B=39.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal952041990.5300.020.2177.2551.6658.63
Hex5FCCC7350214b1343b
Octal1373143076502242616473
Binary101111111001100110001111101010101010010110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,204,199); }

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

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

 a { background-color: rgb(95,204,199); }

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

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

 span { border-color: rgb(95,204,199); }

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