Html Css Color HEX #60DAB9 Downy

📋 copy color: '#60DAB9'

red 96 ◦ green 218 ◦ blue 185

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

Shades of Downy #60DAB9

Tints of Downy #60DAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 19.24%
G = 43.69%
B = 37.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#60DAB9 (or 0x60DAB9) is known color: Downy. HEX triplet: 60, DA and B9. RGB value is (96,218,185). Sum of RGB (Red+Green+Blue) = 96+218+185=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAB9 is #9F2546. Grayscale: #B1B1B1. Windows color (decimal): -10429767 or 12180064. OLE color: 12180064.

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

Color convert

RGB 96 218 185 -
CMYK 0.56 0 0.15 0.15
HSL 163.77º 0.62% 0.62% -
HSV(B) 163.77º 0.56% 0.85% -
XYZ 38.65 56.13 54.7 -
YUV 177.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 96 218 185 0.56 0 0.15 0.15 163.77 0.62 0.62
Hex 60 DA B9 38 0 F F A4 3E 3E
Octal 140 332 271 70 0 17 17 244 76 76
Binary 1100000 11011010 10111001 111000 0 1111 1111 10100100 111110 111110

Color Harmonies of #60DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAB9

Black with #60DAB9

Text Example


Text Example

White with #60DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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