#60CCC0

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

Shades of Downy #60CCC0

Tints of Downy #60CCC0

Color information

#60CCC0 (or 0x60CCC0) is unknown color: approx Downy. HEX triplet: 60, CC and C0. RGB value is (96,204,192). Sum of RGB (Red+Green+Blue) = 96+204+192=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCC0 is #9F333F. Grayscale: #AAAAAA. Windows color (decimal): -10433344 or 12635232. OLE color: 12635232.

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

Color convert

RGB96204192-
CMYK0.5300.060.2
HSL173.33º51.43%58.82%-
HSV(B)173.33º52.94%80%-
XYZ35.9349.4857.53-
YUV170.34140.2274.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.51%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=19.51%
G=41.46%
B=39.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041920.5300.060.2173.3351.4358.82
Hex60CCC0350614ad333b
Octal1403143006506242556373
Binary1100000110011001100000011010101101010010101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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