#60D1C1

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

Shades of Downy #60D1C1

Tints of Downy #60D1C1

Color information

#60D1C1 (or 0x60D1C1) is unknown color: approx Downy. HEX triplet: 60, D1 and C1. RGB value is (96,209,193). Sum of RGB (Red+Green+Blue) = 96+209+193=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1C1 is #9F2E3E. Grayscale: #ADADAD. Windows color (decimal): -10432063 or 12702048. OLE color: 12702048.

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

Color convert

RGB96209193-
CMYK0.5400.080.18
HSL171.5º55.12%59.8%-
HSV(B)171.5º54.07%81.96%-
XYZ37.2551.9458.51-
YUV173.39139.0672.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.28%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=19.28%
G=41.97%
B=38.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091930.5400.080.18171.555.1259.8
Hex60D1C1360812ac373c
Octal14032130166010222546774
Binary11000001101000111000001110110010001001010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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