#72FFAF

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

Shades of Aquamarine #72FFAF

Tints of Aquamarine #72FFAF

Color information

#72FFAF (or 0x72FFAF) is unknown color: approx Aquamarine. HEX triplet: 72, FF and AF. RGB value is (114,255,175). Sum of RGB (Red+Green+Blue) = 114+255+175=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAF is #8D0050. Grayscale: #CBCBCB. Windows color (decimal): -9240657 or 11534194. OLE color: 11534194.

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

Color convert

RGB114255175-
CMYK0.5500.310
HSL145.96º100%72.35%-
HSV(B)145.96º55.29%100%-
XYZ50.4478.1952.99-
YUV203.72111.7964-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.96%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=20.96%
G=46.88%
B=32.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551750.5500.310145.9610072.35
Hex72FFAF3701F0926448
Octal162377257670370222144110
Binary1110010111111111010111111011101111101001001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,255,175); }

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

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

 a { background-color: rgb(114,255,175); }

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

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

 span { border-color: rgb(114,255,175); }

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