Html Css Color HEX #72E7B0 Medium Aquamarine

📋 copy color: '#72E7B0'

red 114 ◦ green 231 ◦ blue 176

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

Shades of Medium Aquamarine #72E7B0

Tints of Medium Aquamarine #72E7B0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 21.88%
G = 44.34%
B = 33.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#72E7B0 (or 0x72E7B0) is known color: Medium Aquamarine. HEX triplet: 72, E7 and B0. RGB value is (114,231,176). Sum of RGB (Red+Green+Blue) = 114+231+176=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E7B0 is #8D184F. Grayscale: #BDBDBD. Windows color (decimal): -9246800 or 11593586. OLE color: 11593586.

HSL color Cylindrical-coordinate representation of color #72E7B0: hue angle of 151.79º degrees, saturation: 0.71, 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 #72E7B0 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 231 176 -
CMYK 0.51 0 0.24 0.09
HSL 151.79º 0.71% 0.68% -
HSV(B) 151.79º 0.51% 0.91% -
XYZ 43.35 63.86 51.12 -
YUV 189.75 120.24 73.97 -
System Red Green Blue C M Y K H S L
Decimal 114 231 176 0.51 0 0.24 0.09 151.79 0.71 0.68
Hex 72 E7 B0 33 0 18 9 98 47 44
Octal 162 347 260 63 0 30 11 230 107 104
Binary 1110010 11100111 10110000 110011 0 11000 1001 10011000 1000111 1000100

Color Harmonies of #72E7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E7B0

Black with #72E7B0

Text Example


Text Example

White with #72E7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,231,176); }

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

background-color css

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

 a { background-color: rgb(114,231,176); }

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

border-color css

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

 span { border-color: rgb(114,231,176); }

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