Html Css Color HEX #60D1C0 Downy

📋 copy color: '#60D1C0'

red 96 ◦ green 209 ◦ blue 192

#60D1C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #60D1C0

Tints of Downy #60D1C0

RGB

 RED value IS 96 (37.89% from 255) = 19.32%

 GREEN value IS 209 (82.03% from 255) = 42.05%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 19.32%
G = 42.05%
B = 38.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#60D1C0 (or 0x60D1C0) is known color: Downy. HEX triplet: 60, D1 and C0. RGB value is (96,209,192). Sum of RGB (Red+Green+Blue) = 96+209+192=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1C0 is #9F2E3F. Grayscale: #ADADAD. Windows color (decimal): -10432064 or 12636512. OLE color: 12636512.

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

Color convert

RGB 96 209 192 -
CMYK 0.54 0 0.08 0.18
HSL 170.97º 0.55% 0.6% -
HSV(B) 170.97º 0.54% 0.82% -
XYZ 37.14 51.89 57.93 -
YUV 173.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 96 209 192 0.54 0 0.08 0.18 170.97 0.55 0.6
Hex 60 D1 C0 36 0 8 12 AB 37 3C
Octal 140 321 300 66 0 10 22 253 67 74
Binary 1100000 11010001 11000000 110110 0 1000 10010 10101011 110111 111100

Color Harmonies of #60D1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D1C0

Black with #60D1C0

Text Example


Text Example

White with #60D1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60D1C0;
 }
 .AnyTagClassName
 {
   color: #60D1C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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