#72EEBF

Color #72EEBF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #72EEBF

Tints of Aquamarine #72EEBF

Color information

#72EEBF (or 0x72EEBF) is unknown color: approx Aquamarine. HEX triplet: 72, EE and BF. RGB value is (114,238,191). Sum of RGB (Red+Green+Blue) = 114+238+191=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EEBF is #8D1140. Grayscale: #C3C3C3. Windows color (decimal): -9244993 or 12578418. OLE color: 12578418.

HSL color Cylindrical-coordinate representation of color #72EEBF: hue angle of 157.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EEBF is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB114238191-
CMYK0.5200.200.07
HSL157.26º78.48%69.02%-
HSV(B)157.26º52.1%93.33%-
XYZ46.9268.4960.04-
YUV195.57125.4269.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.99%
GREEN value IS 238 (93.36% from 255) = 43.83%
BLUE value IS 191 (75% from 255) = 35.17%
R=20.99%
G=43.83%
B=35.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142381910.5200.200.07157.2678.4869.02
Hex72EEBF3401479d4e45
Octal162356277640247235116105
Binary111001011101110101111111101000101001111001110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,238,191); }

 H1.HeaderClassName
 {
   color: #72EEBF;
 }
 .AnyTagClassName
 {
   color: #72EEBF;
 }
</style>
background-color css

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

 a { background-color: rgb(114,238,191); }

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

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

 span { border-color: rgb(114,238,191); }

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