Html Css Color HEX #60DAC0 Downy

📋 copy color: '#60DAC0'

red 96 ◦ green 218 ◦ blue 192

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

Shades of Downy #60DAC0

Tints of Downy #60DAC0

RGB

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

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

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

R = 18.97%
G = 43.08%
B = 37.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#60DAC0 (or 0x60DAC0) is known color: Downy. HEX triplet: 60, DA and C0. RGB value is (96,218,192). Sum of RGB (Red+Green+Blue) = 96+218+192=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAC0 is #9F253F. Grayscale: #B2B2B2. Windows color (decimal): -10429760 or 12638816. OLE color: 12638816.

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

Color convert

RGB 96 218 192 -
CMYK 0.56 0 0.12 0.15
HSL 167.21º 0.62% 0.62% -
HSV(B) 167.21º 0.56% 0.85% -
XYZ 39.41 56.44 58.69 -
YUV 178.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 96 218 192 0.56 0 0.12 0.15 167.21 0.62 0.62
Hex 60 DA C0 38 0 C F A7 3E 3E
Octal 140 332 300 70 0 14 17 247 76 76
Binary 1100000 11011010 11000000 111000 0 1100 1111 10100111 111110 111110

Color Harmonies of #60DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAC0

Black with #60DAC0

Text Example


Text Example

White with #60DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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