#60ddc8

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

Shades of Downy #60DDC8

Tints of Downy #60DDC8

Color information

#60DDC8 (or 0x60DDC8) is unknown color: approx Downy. HEX triplet: 60, DD and C8. RGB value is (96,221,200). Sum of RGB (Red+Green+Blue) = 96+221+200=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDC8 is #9F2237. Grayscale: #B5B5B5. Windows color (decimal): -10428984 or 13163872. OLE color: 13163872.

HSL color Cylindrical-coordinate representation of color #60DDC8: hue angle of 169.92º 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 #60DDC8 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB96221200-
CMYK0.5700.100.13
HSL169.92º64.77%62.16%-
HSV(B)169.92º56.56%86.67%-
XYZ41.1158.3763.74-
YUV181.23138.5967.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.57%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=18.57%
G=42.75%
B=38.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962212000.5700.100.13169.9264.7762.16
Hex60DDC8390ADaa413e
Octal140335310710121525210176
Binary11000001101110111001000111001010101101101010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ddc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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