#72FFB9

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

Shades of Aquamarine #72FFB9

Tints of Aquamarine #72FFB9

Color information

#72FFB9 (or 0x72FFB9) is unknown color: approx Aquamarine. HEX triplet: 72, FF and B9. RGB value is (114,255,185). Sum of RGB (Red+Green+Blue) = 114+255+185=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB9 is #8D0046. Grayscale: #CCCCCC. Windows color (decimal): -9240647 or 12189554. OLE color: 12189554.

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

Color convert

RGB114255185-
CMYK0.5500.270
HSL150.21º100%72.35%-
HSV(B)150.21º55.29%100%-
XYZ51.4678.658.36-
YUV204.86116.7963.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.58%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=20.58%
G=46.03%
B=33.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551850.5500.270150.2110072.35
Hex72FFB93701B0966448
Octal162377271670330226144110
Binary1110010111111111011100111011101101101001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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