Html Css Color HEX #72E0A6 Medium Aquamarine

📋 copy color: '#72E0A6'

red 114 ◦ green 224 ◦ blue 166

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

Shades of Medium Aquamarine #72E0A6

Tints of Medium Aquamarine #72E0A6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 166 (65.23% from 255) = 32.94%

R = 22.62%
G = 44.44%
B = 32.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#72E0A6 (or 0x72E0A6) is known color: Medium Aquamarine. HEX triplet: 72, E0 and A6. RGB value is (114,224,166). Sum of RGB (Red+Green+Blue) = 114+224+166=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E0A6 is #8D1F59. Grayscale: #B8B8B8. Windows color (decimal): -9248602 or 10936434. OLE color: 10936434.

HSL color Cylindrical-coordinate representation of color #72E0A6: hue angle of 148.36º degrees, saturation: 0.64, 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 #72E0A6 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 224 166 -
CMYK 0.49 0 0.26 0.12
HSL 148.36º 0.64% 0.66% -
HSV(B) 148.36º 0.49% 0.88% -
XYZ 40.48 59.64 45.46 -
YUV 184.5 117.56 77.72 -
System Red Green Blue C M Y K H S L
Decimal 114 224 166 0.49 0 0.26 0.12 148.36 0.64 0.66
Hex 72 E0 A6 31 0 1A C 94 40 42
Octal 162 340 246 61 0 32 14 224 100 102
Binary 1110010 11100000 10100110 110001 0 11010 1100 10010100 1000000 1000010

Color Harmonies of #72E0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E0A6

Black with #72E0A6

Text Example


Text Example

White with #72E0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,224,166); }

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

background-color css

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

 a { background-color: rgb(114,224,166); }

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

border-color css

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

 span { border-color: rgb(114,224,166); }

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