#72FEBD

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

Shades of Aquamarine #72FEBD

Tints of Aquamarine #72FEBD

Color information

#72FEBD (or 0x72FEBD) is unknown color: approx Aquamarine. HEX triplet: 72, FE and BD. RGB value is (114,254,189). Sum of RGB (Red+Green+Blue) = 114+254+189=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEBD is #8D0142. Grayscale: #CCCCCC. Windows color (decimal): -9240899 or 12451442. OLE color: 12451442.

HSL color Cylindrical-coordinate representation of color #72FEBD: hue angle of 152.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEBD is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB114254189-
CMYK0.5500.260.00
HSL152.14º98.59%72.16%-
HSV(B)152.14º55.12%99.61%-
XYZ51.5778.1460.51-
YUV204.73119.1263.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.47%
GREEN value IS 254 (99.61% from 255) = 45.60%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=20.47%
G=45.60%
B=33.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142541890.5500.260.00152.1498.5972.16
Hex72FEBD3701A0986348
Octal162376275670320230143110
Binary1110010111111101011110111011101101001001100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,254,189); }

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

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

 a { background-color: rgb(114,254,189); }

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

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

 span { border-color: rgb(114,254,189); }

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