Html Css Color HEX #72EFAE Medium Aquamarine

📋 copy color: '#72EFAE'

red 114 ◦ green 239 ◦ blue 174

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

Shades of Medium Aquamarine #72EFAE

Tints of Medium Aquamarine #72EFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 21.63%
G = 45.35%
B = 33.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#72EFAE (or 0x72EFAE) is known color: Medium Aquamarine. HEX triplet: 72, EF and AE. RGB value is (114,239,174). Sum of RGB (Red+Green+Blue) = 114+239+174=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EFAE is #8D1051. Grayscale: #C2C2C2. Windows color (decimal): -9244754 or 11464562. OLE color: 11464562.

HSL color Cylindrical-coordinate representation of color #72EFAE: hue angle of 148.8º degrees, saturation: 0.8, 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 #72EFAE is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 239 174 -
CMYK 0.52 0 0.27 0.06
HSL 148.8º 0.8% 0.69% -
HSV(B) 148.8º 0.52% 0.94% -
XYZ 45.45 68.37 50.85 -
YUV 194.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 114 239 174 0.52 0 0.27 0.06 148.8 0.8 0.69
Hex 72 EF AE 34 0 1B 6 95 50 45
Octal 162 357 256 64 0 33 6 225 120 105
Binary 1110010 11101111 10101110 110100 0 11011 110 10010101 1010000 1000101

Color Harmonies of #72EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFAE

Black with #72EFAE

Text Example


Text Example

White with #72EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,239,174); }

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

background-color css

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

 a { background-color: rgb(114,239,174); }

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

border-color css

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

 span { border-color: rgb(114,239,174); }

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