#72F9B6

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

Shades of Aquamarine #72F9B6

Tints of Aquamarine #72F9B6

Color information

#72F9B6 (or 0x72F9B6) is unknown color: approx Aquamarine. HEX triplet: 72, F9 and B6. RGB value is (114,249,182). Sum of RGB (Red+Green+Blue) = 114+249+182=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9B6 is #8D0649. Grayscale: #C9C9C9. Windows color (decimal): -9242186 or 11991410. OLE color: 11991410.

HSL color Cylindrical-coordinate representation of color #72F9B6: hue angle of 150.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9B6 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB114249182-
CMYK0.5400.270.02
HSL150.22º91.84%71.18%-
HSV(B)150.22º54.22%97.65%-
XYZ49.2674.7156.08-
YUV201117.2765.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=20.92%
G=45.69%
B=33.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142491820.5400.270.02150.2291.8471.18
Hex72F9B63601B2965c47
Octal162371266660332226134107
Binary11100101111100110110110110110011011101001011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,249,182); }

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

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

 a { background-color: rgb(114,249,182); }

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

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

 span { border-color: rgb(114,249,182); }

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