#72FDAF

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

Shades of Aquamarine #72FDAF

Tints of Aquamarine #72FDAF

Color information

#72FDAF (or 0x72FDAF) is unknown color: approx Aquamarine. HEX triplet: 72, FD and AF. RGB value is (114,253,175). Sum of RGB (Red+Green+Blue) = 114+253+175=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #72FDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FDAF is #8D0250. Grayscale: #CACACA. Windows color (decimal): -9241169 or 11533682. OLE color: 11533682.

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

Color convert

RGB114253175-
CMYK0.5500.310.01
HSL146.33º97.2%71.96%-
HSV(B)146.33º54.94%99.22%-
XYZ49.876.9252.78-
YUV202.55112.4564.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.03%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=21.03%
G=46.68%
B=32.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142531750.5500.310.01146.3397.271.96
Hex72FDAF3701F1926148
Octal162375257670371222141110
Binary1110010111111011010111111011101111111001001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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