Html Css Color HEX #73DFAA Medium Aquamarine

📋 copy color: '#73DFAA'

red 115 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #73DFAA

Tints of Medium Aquamarine #73DFAA

RGB

 RED value IS 115 (45.31% from 255) = 22.64%

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

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

R = 22.64%
G = 43.9%
B = 33.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#73DFAA (or 0x73DFAA) is known color: Medium Aquamarine. HEX triplet: 73, DF and AA. RGB value is (115,223,170). Sum of RGB (Red+Green+Blue) = 115+223+170=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DFAA is #8C2055. Grayscale: #B8B8B8. Windows color (decimal): -9183318 or 11198323. OLE color: 11198323.

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

Color convert

RGB 115 223 170 -
CMYK 0.48 0 0.24 0.13
HSL 150.56º 0.63% 0.66% -
HSV(B) 150.56º 0.48% 0.87% -
XYZ 40.71 59.32 47.33 -
YUV 184.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 115 223 170 0.48 0 0.24 0.13 150.56 0.63 0.66
Hex 73 DF AA 30 0 18 D 97 3F 42
Octal 163 337 252 60 0 30 15 227 77 102
Binary 1110011 11011111 10101010 110000 0 11000 1101 10010111 111111 1000010

Color Harmonies of #73DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFAA

Black with #73DFAA

Text Example


Text Example

White with #73DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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