Html Css Color HEX #72F0AA Medium Aquamarine

📋 copy color: '#72F0AA'

red 114 ◦ green 240 ◦ blue 170

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

Shades of Medium Aquamarine #72F0AA

Tints of Medium Aquamarine #72F0AA

RGB

 RED value IS 114 (44.92% from 255) = 21.76%

 GREEN value IS 240 (94.14% from 255) = 45.8%

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

R = 21.76%
G = 45.8%
B = 32.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#72F0AA (or 0x72F0AA) is known color: Medium Aquamarine. HEX triplet: 72, F0 and AA. RGB value is (114,240,170). Sum of RGB (Red+Green+Blue) = 114+240+170=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F0AA is #8D0F55. Grayscale: #C2C2C2. Windows color (decimal): -9244502 or 11202674. OLE color: 11202674.

HSL color Cylindrical-coordinate representation of color #72F0AA: hue angle of 146.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0AA is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 170 -
CMYK 0.52 0 0.29 0.06
HSL 146.67º 0.81% 0.69% -
HSV(B) 146.67º 0.53% 0.94% -
XYZ 45.36 68.8 48.92 -
YUV 194.35 114.26 70.69 -
System Red Green Blue C M Y K H S L
Decimal 114 240 170 0.52 0 0.29 0.06 146.67 0.81 0.69
Hex 72 F0 AA 34 0 1D 6 93 51 45
Octal 162 360 252 64 0 35 6 223 121 105
Binary 1110010 11110000 10101010 110100 0 11101 110 10010011 1010001 1000101

Color Harmonies of #72F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0AA

Black with #72F0AA

Text Example


Text Example

White with #72F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72F0AA; }

 p { color: rgb(114,240,170); }

 H1.HeaderClassName
 {
   color: #72F0AA;
 }
 .AnyTagClassName
 {
   color: #72F0AA;
 }
</style>

background-color css

<style>
 a { background-color: #72F0AA; }

 a { background-color: rgb(114,240,170); }

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

border-color css

<style>
 span { border-color: #72F0AA; }

 span { border-color: rgb(114,240,170); }

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