#60CBBA

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

Shades of Downy #60CBBA

Tints of Downy #60CBBA

Color information

#60CBBA (or 0x60CBBA) is unknown color: approx Downy. HEX triplet: 60, CB and BA. RGB value is (96,203,186). Sum of RGB (Red+Green+Blue) = 96+203+186=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBBA is #9F3445. Grayscale: #A9A9A9. Windows color (decimal): -10433606 or 12241760. OLE color: 12241760.

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

Color convert

RGB96203186-
CMYK0.5300.080.20
HSL170.47º50.71%58.63%-
HSV(B)170.47º52.71%79.61%-
XYZ35.0448.7454.02-
YUV169.07137.5575.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.79%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=19.79%
G=41.86%
B=38.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962031860.5300.080.20170.4750.7158.63
Hex60CBBA350814aa333b
Octal14031327265010242526373
Binary11000001100101110111010110101010001010010101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,186); }

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

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

 a { background-color: rgb(96,203,186); }

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

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

 span { border-color: rgb(96,203,186); }

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