Html Css Color HEX #60DCC0 Downy

📋 copy color: '#60DCC0'

red 96 ◦ green 220 ◦ blue 192

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

Shades of Downy #60DCC0

Tints of Downy #60DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.31%

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

R = 18.9%
G = 43.31%
B = 37.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#60DCC0 (or 0x60DCC0) is known color: Downy. HEX triplet: 60, DC and C0. RGB value is (96,220,192). Sum of RGB (Red+Green+Blue) = 96+220+192=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCC0 is #9F233F. Grayscale: #B3B3B3. Windows color (decimal): -10429248 or 12639328. OLE color: 12639328.

HSL color Cylindrical-coordinate representation of color #60DCC0: hue angle of 166.45º 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 #60DCC0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 192 -
CMYK 0.56 0 0.13 0.14
HSL 166.45º 0.64% 0.62% -
HSV(B) 166.45º 0.56% 0.86% -
XYZ 39.93 57.48 58.86 -
YUV 179.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 96 220 192 0.56 0 0.13 0.14 166.45 0.64 0.62
Hex 60 DC C0 38 0 D E A6 40 3E
Octal 140 334 300 70 0 15 16 246 100 76
Binary 1100000 11011100 11000000 111000 0 1101 1110 10100110 1000000 111110

Color Harmonies of #60DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCC0

Black with #60DCC0

Text Example


Text Example

White with #60DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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