#60CCB9

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

Shades of Downy #60CCB9

Tints of Downy #60CCB9

Color information

#60CCB9 (or 0x60CCB9) is unknown color: approx Downy. HEX triplet: 60, CC and B9. RGB value is (96,204,185). Sum of RGB (Red+Green+Blue) = 96+204+185=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCB9 is #9F3346. Grayscale: #A9A9A9. Windows color (decimal): -10433351 or 12176480. OLE color: 12176480.

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

Color convert

RGB96204185-
CMYK0.5300.090.2
HSL169.44º51.43%58.82%-
HSV(B)169.44º52.94%80%-
XYZ35.1749.1853.54-
YUV169.54136.7275.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.79%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=19.79%
G=42.06%
B=38.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041850.5300.090.2169.4451.4358.82
Hex60CCB9350914a9333b
Octal14031427165011242516373
Binary11000001100110010111001110101010011010010101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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