Html Css Color HEX #72E5AC Medium Aquamarine

📋 copy color: '#72E5AC'

red 114 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #72E5AC

Tints of Medium Aquamarine #72E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 22.14%
G = 44.47%
B = 33.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#72E5AC (or 0x72E5AC) is known color: Medium Aquamarine. HEX triplet: 72, E5 and AC. RGB value is (114,229,172). Sum of RGB (Red+Green+Blue) = 114+229+172=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E5AC is #8D1A53. Grayscale: #BCBCBC. Windows color (decimal): -9247316 or 11330930. OLE color: 11330930.

HSL color Cylindrical-coordinate representation of color #72E5AC: hue angle of 150.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5AC is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 229 172 -
CMYK 0.50 0 0.25 0.10
HSL 150.26º 0.69% 0.67% -
HSV(B) 150.26º 0.5% 0.9% -
XYZ 42.41 62.59 48.88 -
YUV 188.12 118.9 75.13 -
System Red Green Blue C M Y K H S L
Decimal 114 229 172 0.50 0 0.25 0.10 150.26 0.69 0.67
Hex 72 E5 AC 32 0 19 A 96 45 43
Octal 162 345 254 62 0 31 12 226 105 103
Binary 1110010 11100101 10101100 110010 0 11001 1010 10010110 1000101 1000011

Color Harmonies of #72E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5AC

Black with #72E5AC

Text Example


Text Example

White with #72E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,229,172); }

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

background-color css

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

 a { background-color: rgb(114,229,172); }

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

border-color css

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

 span { border-color: rgb(114,229,172); }

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