#60CDBD

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

Shades of Downy #60CDBD

Tints of Downy #60CDBD

Color information

#60CDBD (or 0x60CDBD) is unknown color: approx Downy. HEX triplet: 60, CD and BD. RGB value is (96,205,189). Sum of RGB (Red+Green+Blue) = 96+205+189=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDBD is #9F3242. Grayscale: #AAAAAA. Windows color (decimal): -10433091 or 12438880. OLE color: 12438880.

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

Color convert

RGB96205189-
CMYK0.5300.080.20
HSL171.19º52.15%59.02%-
HSV(B)171.19º53.17%80.39%-
XYZ35.8449.8255.87-
YUV170.58138.3974.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=19.59%
G=41.84%
B=38.57%

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
Decimal962051890.5300.080.20171.1952.1559.02
Hex60CDBD350814ab343b
Octal14031527565010242536473
Binary11000001100110110111101110101010001010010101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,205,189); }

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

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

 a { background-color: rgb(96,205,189); }

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

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

 span { border-color: rgb(96,205,189); }

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