#60d0c7

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

Shades of Downy #60D0C7

Tints of Downy #60D0C7

Color information

#60D0C7 (or 0x60D0C7) is unknown color: approx Downy. HEX triplet: 60, D0 and C7. RGB value is (96,208,199). Sum of RGB (Red+Green+Blue) = 96+208+199=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D0C7 is #9F2F38. Grayscale: #ADADAD. Windows color (decimal): -10432313 or 13095008. OLE color: 13095008.

HSL color Cylindrical-coordinate representation of color #60D0C7: hue angle of 175.18º 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 #60D0C7 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB96208199-
CMYK0.5400.040.18
HSL175.18º54.37%59.61%-
HSV(B)175.18º53.85%81.57%-
XYZ37.6951.7262.03-
YUV173.49142.3972.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.09%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=19.09%
G=41.35%
B=39.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962081990.5400.040.18175.1854.3759.61
Hex60D0C7360412af363c
Octal1403203076604222576674
Binary1100000110100001100011111011001001001010101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60d0c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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