#60D0C1

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

Shades of Downy #60D0C1

Tints of Downy #60D0C1

Color information

#60D0C1 (or 0x60D0C1) is unknown color: approx Downy. HEX triplet: 60, D0 and C1. RGB value is (96,208,193). Sum of RGB (Red+Green+Blue) = 96+208+193=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D0C1 is #9F2F3E. Grayscale: #ACACAC. Windows color (decimal): -10432319 or 12701792. OLE color: 12701792.

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

Color convert

RGB96208193-
CMYK0.5400.070.18
HSL171.96º54.37%59.61%-
HSV(B)171.96º53.85%81.57%-
XYZ37.0151.4558.43-
YUV172.8139.3973.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=19.32%
G=41.85%
B=38.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962081930.5400.070.18171.9654.3759.61
Hex60D0C1360712ac363c
Octal1403203016607222546674
Binary1100000110100001100000111011001111001010101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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