Html Css Color HEX #72E1A4 Medium Aquamarine

📋 copy color: '#72E1A4'

red 114 ◦ green 225 ◦ blue 164

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

Shades of Medium Aquamarine #72E1A4

Tints of Medium Aquamarine #72E1A4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 164 (64.45% from 255) = 32.6%

R = 22.66%
G = 44.73%
B = 32.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#72E1A4 (or 0x72E1A4) is known color: Medium Aquamarine. HEX triplet: 72, E1 and A4. RGB value is (114,225,164). Sum of RGB (Red+Green+Blue) = 114+225+164=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E1A4 is #8D1E5B. Grayscale: #B8B8B8. Windows color (decimal): -9248348 or 10805618. OLE color: 10805618.

HSL color Cylindrical-coordinate representation of color #72E1A4: hue angle of 147.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1A4 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 225 164 -
CMYK 0.49 0 0.27 0.12
HSL 147.03º 0.65% 0.66% -
HSV(B) 147.03º 0.49% 0.88% -
XYZ 40.57 60.11 44.59 -
YUV 184.86 116.23 77.46 -
System Red Green Blue C M Y K H S L
Decimal 114 225 164 0.49 0 0.27 0.12 147.03 0.65 0.66
Hex 72 E1 A4 31 0 1B C 93 41 42
Octal 162 341 244 61 0 33 14 223 101 102
Binary 1110010 11100001 10100100 110001 0 11011 1100 10010011 1000001 1000010

Color Harmonies of #72E1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E1A4

Black with #72E1A4

Text Example


Text Example

White with #72E1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,225,164); }

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

background-color css

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

 a { background-color: rgb(114,225,164); }

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

border-color css

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

 span { border-color: rgb(114,225,164); }

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