Html Css Color HEX #60DAC6 Downy

📋 copy color: '#60DAC6'

red 96 ◦ green 218 ◦ blue 198

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

Shades of Downy #60DAC6

Tints of Downy #60DAC6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 18.75%
G = 42.58%
B = 38.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#60DAC6 (or 0x60DAC6) is known color: Downy. HEX triplet: 60, DA and C6. RGB value is (96,218,198). Sum of RGB (Red+Green+Blue) = 96+218+198=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAC6 is #9F2539. Grayscale: #B3B3B3. Windows color (decimal): -10429754 or 13032032. OLE color: 13032032.

HSL color Cylindrical-coordinate representation of color #60DAC6: hue angle of 170.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAC6 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 198 -
CMYK 0.56 0 0.09 0.15
HSL 170.16º 0.62% 0.62% -
HSV(B) 170.16º 0.56% 0.85% -
XYZ 40.09 56.71 62.26 -
YUV 179.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 96 218 198 0.56 0 0.09 0.15 170.16 0.62 0.62
Hex 60 DA C6 38 0 9 F AA 3E 3E
Octal 140 332 306 70 0 11 17 252 76 76
Binary 1100000 11011010 11000110 111000 0 1001 1111 10101010 111110 111110

Color Harmonies of #60DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAC6

Black with #60DAC6

Text Example


Text Example

White with #60DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,198); }

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

background-color css

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

 a { background-color: rgb(96,218,198); }

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

border-color css

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

 span { border-color: rgb(96,218,198); }

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