Html Css Color HEX #72E8AF Medium Aquamarine

📋 copy color: '#72E8AF'

red 114 ◦ green 232 ◦ blue 175

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

Shades of Medium Aquamarine #72E8AF

Tints of Medium Aquamarine #72E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.53%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 21.88%
G = 44.53%
B = 33.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#72E8AF (or 0x72E8AF) is known color: Medium Aquamarine. HEX triplet: 72, E8 and AF. RGB value is (114,232,175). Sum of RGB (Red+Green+Blue) = 114+232+175=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #72E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E8AF is #8D1750. Grayscale: #BEBEBE. Windows color (decimal): -9246545 or 11528306. OLE color: 11528306.

HSL color Cylindrical-coordinate representation of color #72E8AF: hue angle of 151.02º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E8AF is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 232 175 -
CMYK 0.51 0 0.25 0.09
HSL 151.02º 0.72% 0.68% -
HSV(B) 151.02º 0.51% 0.91% -
XYZ 43.53 64.39 50.69 -
YUV 190.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 114 232 175 0.51 0 0.25 0.09 151.02 0.72 0.68
Hex 72 E8 AF 33 0 19 9 97 48 44
Octal 162 350 257 63 0 31 11 227 110 104
Binary 1110010 11101000 10101111 110011 0 11001 1001 10010111 1001000 1000100

Color Harmonies of #72E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E8AF

Black with #72E8AF

Text Example


Text Example

White with #72E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,232,175); }

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

background-color css

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

 a { background-color: rgb(114,232,175); }

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

border-color css

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

 span { border-color: rgb(114,232,175); }

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