Html Css Color HEX #60DFAA Medium Aquamarine

📋 copy color: '#60DFAA'

red 96 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #60DFAA

Tints of Medium Aquamarine #60DFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 19.63%
G = 45.6%
B = 34.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#60DFAA (or 0x60DFAA) is known color: Medium Aquamarine. HEX triplet: 60, DF and AA. RGB value is (96,223,170). Sum of RGB (Red+Green+Blue) = 96+223+170=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFAA is #9F2055. Grayscale: #B3B3B3. Windows color (decimal): -10428502 or 11198304. OLE color: 11198304.

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

Color convert

RGB 96 223 170 -
CMYK 0.57 0 0.24 0.13
HSL 154.96º 0.66% 0.63% -
HSV(B) 154.96º 0.57% 0.87% -
XYZ 38.47 58.16 47.23 -
YUV 178.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 96 223 170 0.57 0 0.24 0.13 154.96 0.66 0.63
Hex 60 DF AA 39 0 18 D 9B 42 3F
Octal 140 337 252 71 0 30 15 233 102 77
Binary 1100000 11011111 10101010 111001 0 11000 1101 10011011 1000010 111111

Color Harmonies of #60DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFAA

Black with #60DFAA

Text Example


Text Example

White with #60DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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