Html Css Color HEX #60DFAF Medium Aquamarine

📋 copy color: '#60DFAF'

red 96 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #60DFAF

Tints of Medium Aquamarine #60DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 19.43%
G = 45.14%
B = 35.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#60DFAF (or 0x60DFAF) is known color: Medium Aquamarine. HEX triplet: 60, DF and AF. RGB value is (96,223,175). Sum of RGB (Red+Green+Blue) = 96+223+175=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFAF is #9F2050. Grayscale: #B3B3B3. Windows color (decimal): -10428497 or 11525984. OLE color: 11525984.

HSL color Cylindrical-coordinate representation of color #60DFAF: hue angle of 157.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFAF is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 223 175 -
CMYK 0.57 0 0.22 0.13
HSL 157.32º 0.66% 0.63% -
HSV(B) 157.32º 0.57% 0.87% -
XYZ 38.95 58.36 49.77 -
YUV 179.56 125.42 68.4 -
System Red Green Blue C M Y K H S L
Decimal 96 223 175 0.57 0 0.22 0.13 157.32 0.66 0.63
Hex 60 DF AF 39 0 16 D 9D 42 3F
Octal 140 337 257 71 0 26 15 235 102 77
Binary 1100000 11011111 10101111 111001 0 10110 1101 10011101 1000010 111111

Color Harmonies of #60DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFAF

Black with #60DFAF

Text Example


Text Example

White with #60DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,223,175); }

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

background-color css

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

 a { background-color: rgb(96,223,175); }

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

border-color css

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

 span { border-color: rgb(96,223,175); }

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