#72FBD2

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

Shades of Aquamarine #72FBD2

Tints of Aquamarine #72FBD2

Color information

#72FBD2 (or 0x72FBD2) is unknown color: approx Aquamarine. HEX triplet: 72, FB and D2. RGB value is (114,251,210). Sum of RGB (Red+Green+Blue) = 114+251+210=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FBD2 is #8D042D. Grayscale: #CDCDCD. Windows color (decimal): -9241646 or 13826930. OLE color: 13826930.

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

Color convert

RGB114251210-
CMYK0.5500.160.02
HSL162.04º94.48%71.57%-
HSV(B)162.04º54.58%98.43%-
XYZ53.0777.2273.08-
YUV205.36130.6162.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.83%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=19.83%
G=43.65%
B=36.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142512100.5500.160.02162.0494.4871.57
Hex72FBD2370102a25e48
Octal162373322670202242136110
Binary11100101111101111010010110111010000101010001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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