#60CCC2

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

Shades of Downy #60CCC2

Tints of Downy #60CCC2

Color information

#60CCC2 (or 0x60CCC2) is unknown color: approx Downy. HEX triplet: 60, CC and C2. RGB value is (96,204,194). Sum of RGB (Red+Green+Blue) = 96+204+194=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCC2 is #9F333D. Grayscale: #AAAAAA. Windows color (decimal): -10433342 or 12766304. OLE color: 12766304.

HSL color Cylindrical-coordinate representation of color #60CCC2: hue angle of 174.44º degrees, saturation: 0.51, 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 #60CCC2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB96204194-
CMYK0.5300.050.2
HSL174.44º51.43%58.82%-
HSV(B)174.44º52.94%80%-
XYZ36.1549.5758.7-
YUV170.57141.2274.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=19.43%
G=41.30%
B=39.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041940.5300.050.2174.4451.4358.82
Hex60CCC2350514ae333b
Octal1403143026505242566373
Binary1100000110011001100001011010101011010010101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60CCC2; }

 p { color: rgb(96,204,194); }

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

<style>
 a { background-color: #60CCC2; }

 a { background-color: rgb(96,204,194); }

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

<style>
 span { border-color: #60CCC2; }

 span { border-color: rgb(96,204,194); }

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