#60DDCB

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

Shades of Downy #60DDCB

Tints of Downy #60DDCB

Color information

#60DDCB (or 0x60DDCB) is unknown color: approx Downy. HEX triplet: 60, DD and CB. RGB value is (96,221,203). Sum of RGB (Red+Green+Blue) = 96+221+203=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDCB is #9F2234. Grayscale: #B5B5B5. Windows color (decimal): -10428981 or 13360480. OLE color: 13360480.

HSL color Cylindrical-coordinate representation of color #60DDCB: hue angle of 171.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDCB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB96221203-
CMYK0.5700.080.13
HSL171.36º64.77%62.16%-
HSV(B)171.36º56.56%86.67%-
XYZ41.4658.5165.61-
YUV181.57140.0966.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.46%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=18.46%
G=42.5%
B=39.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962212030.5700.080.13171.3664.7762.16
Hex60DDCB3908Dab413e
Octal140335313710101525310176
Binary11000001101110111001011111001010001101101010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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