#60c9bf

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

Shades of Downy #60C9BF

Tints of Downy #60C9BF

Color information

#60C9BF (or 0x60C9BF) is unknown color: approx Downy. HEX triplet: 60, C9 and BF. RGB value is (96,201,191). Sum of RGB (Red+Green+Blue) = 96+201+191=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9BF is #9F3640. Grayscale: #A8A8A8. Windows color (decimal): -10434113 or 12568928. OLE color: 12568928.

HSL color Cylindrical-coordinate representation of color #60C9BF: hue angle of 174.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C9BF is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB96201191-
CMYK0.5200.050.21
HSL174.29º49.3%58.24%-
HSV(B)174.29º52.24%78.82%-
XYZ35.1148.0256.71-
YUV168.46140.7176.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 191 (75% from 255) = 39.14%
R=19.67%
G=41.19%
B=39.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962011910.5200.050.21174.2949.358.24
Hex60C9BF340515ae313a
Octal1403112776405252566172
Binary1100000110010011011111111010001011010110101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c9bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,201,191); }

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

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

 a { background-color: rgb(96,201,191); }

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

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

 span { border-color: rgb(96,201,191); }

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