#60D4BF

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

Shades of Downy #60D4BF

Tints of Downy #60D4BF

Color information

#60D4BF (or 0x60D4BF) is unknown color: approx Downy. HEX triplet: 60, D4 and BF. RGB value is (96,212,191). Sum of RGB (Red+Green+Blue) = 96+212+191=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4BF is #9F2B40. Grayscale: #AEAEAE. Windows color (decimal): -10431297 or 12571744. OLE color: 12571744.

HSL color Cylindrical-coordinate representation of color #60D4BF: hue angle of 169.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4BF is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB96212191-
CMYK0.5500.100.17
HSL169.14º57.43%60.39%-
HSV(B)169.14º54.72%83.14%-
XYZ37.7753.3457.59-
YUV174.92137.0771.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.24%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 191 (75% from 255) = 38.28%
R=19.24%
G=42.48%
B=38.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962121910.5500.100.17169.1457.4360.39
Hex60D4BF370A11a9393c
Octal14032427767012212517174
Binary11000001101010010111111110111010101000110101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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