#72E8D3

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

Shades of Aquamarine #72E8D3

Tints of Aquamarine #72E8D3

Color information

#72E8D3 (or 0x72E8D3) is unknown color: approx Aquamarine. HEX triplet: 72, E8 and D3. RGB value is (114,232,211). Sum of RGB (Red+Green+Blue) = 114+232+211=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #72E8D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E8D3 is #8D172C. Grayscale: #C2C2C2. Windows color (decimal): -9246509 or 13887602. OLE color: 13887602.

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

Color convert

RGB114232211-
CMYK0.5100.090.09
HSL169.32º71.95%67.84%-
HSV(B)169.32º50.86%90.98%-
XYZ47.5565.9971.86-
YUV194.32137.4170.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.47%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 211 (82.81% from 255) = 37.88%
R=20.47%
G=41.65%
B=37.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142322110.5100.090.09169.3271.9567.84
Hex72E8D333099a94844
Octal1623503236301111251110104
Binary111001011101000110100111100110100110011010100110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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