#72EFBB

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

Shades of Aquamarine #72EFBB

Tints of Aquamarine #72EFBB

Color information

#72EFBB (or 0x72EFBB) is unknown color: approx Aquamarine. HEX triplet: 72, EF and BB. RGB value is (114,239,187). Sum of RGB (Red+Green+Blue) = 114+239+187=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFBB is #8D1044. Grayscale: #C3C3C3. Windows color (decimal): -9244741 or 12316530. OLE color: 12316530.

HSL color Cylindrical-coordinate representation of color #72EFBB: hue angle of 155.04º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFBB is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB114239187-
CMYK0.5200.220.06
HSL155.04º79.62%69.22%-
HSV(B)155.04º52.3%93.73%-
XYZ46.7868.957.85-
YUV195.7123.0969.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.11%
GREEN value IS 239 (93.75% from 255) = 44.26%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=21.11%
G=44.26%
B=34.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391870.5200.220.06155.0479.6269.22
Hex72EFBB3401669b5045
Octal162357273640266233120105
Binary111001011101111101110111101000101101101001101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,187); }

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

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

 a { background-color: rgb(114,239,187); }

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

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

 span { border-color: rgb(114,239,187); }

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