#60DCC7

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

Shades of Downy #60DCC7

Tints of Downy #60DCC7

Color information

#60DCC7 (or 0x60DCC7) is unknown color: approx Downy. HEX triplet: 60, DC and C7. RGB value is (96,220,199). Sum of RGB (Red+Green+Blue) = 96+220+199=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCC7 is #9F2338. Grayscale: #B4B4B4. Windows color (decimal): -10429241 or 13098080. OLE color: 13098080.

HSL color Cylindrical-coordinate representation of color #60DCC7: hue angle of 169.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCC7 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB96220199-
CMYK0.5600.100.14
HSL169.84º63.92%61.96%-
HSV(B)169.84º56.36%86.27%-
XYZ40.7357.863.04-
YUV180.53138.4267.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=18.64%
G=42.72%
B=38.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962201990.5600.100.14169.8463.9261.96
Hex60DCC7380AEaa403e
Octal140334307700121625210076
Binary11000001101110011000111111000010101110101010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,220,199); }

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

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

 a { background-color: rgb(96,220,199); }

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

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

 span { border-color: rgb(96,220,199); }

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