#72FBE0

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

Shades of Aquamarine #72FBE0

Tints of Aquamarine #72FBE0

Color information

#72FBE0 (or 0x72FBE0) is unknown color: approx Aquamarine. HEX triplet: 72, FB and E0. RGB value is (114,251,224). Sum of RGB (Red+Green+Blue) = 114+251+224=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FBE0 is #8D041F. Grayscale: #CECECE. Windows color (decimal): -9241632 or 14744434. OLE color: 14744434.

HSL color Cylindrical-coordinate representation of color #72FBE0: hue angle of 168.18º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FBE0 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB114251224-
CMYK0.5500.110.02
HSL168.18º94.48%71.57%-
HSV(B)168.18º54.58%98.43%-
XYZ54.8977.9582.67-
YUV206.96137.6161.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.35%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=19.35%
G=42.61%
B=38.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142512240.5500.110.02168.1894.4871.57
Hex72FBE0370B2a85e48
Octal162373340670132250136110
Binary1110010111110111110000011011101011101010100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,251,224); }

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

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

 a { background-color: rgb(114,251,224); }

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

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

 span { border-color: rgb(114,251,224); }

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