#60D0BB

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

Shades of Downy #60D0BB

Tints of Downy #60D0BB

Color information

#60D0BB (or 0x60D0BB) is unknown color: approx Downy. HEX triplet: 60, D0 and BB. RGB value is (96,208,187). Sum of RGB (Red+Green+Blue) = 96+208+187=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D0BB is #9F2F44. Grayscale: #ACACAC. Windows color (decimal): -10432325 or 12308576. OLE color: 12308576.

HSL color Cylindrical-coordinate representation of color #60D0BB: hue angle of 168.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D0BB is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB96208187-
CMYK0.5400.100.18
HSL168.75º54.37%59.61%-
HSV(B)168.75º53.85%81.57%-
XYZ36.3551.1954.98-
YUV172.12136.3973.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=19.55%
G=42.36%
B=38.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962081870.5400.100.18168.7554.3759.61
Hex60D0BB360A12a9363c
Octal14032027366012222516674
Binary11000001101000010111011110110010101001010101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,208,187); }

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

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

 a { background-color: rgb(96,208,187); }

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

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

 span { border-color: rgb(96,208,187); }

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