#72D0AB

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

Shades of Medium Aquamarine #72D0AB

Tints of Medium Aquamarine #72D0AB

Color information

#72D0AB (or 0x72D0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D0 and AB. RGB value is (114,208,171). Sum of RGB (Red+Green+Blue) = 114+208+171=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D0AB is #8D2F54. Grayscale: #AFAFAF. Windows color (decimal): -9252693 or 11260018. OLE color: 11260018.

HSL color Cylindrical-coordinate representation of color #72D0AB: hue angle of 156.38º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D0AB is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB114208171-
CMYK0.4500.180.18
HSL156.38º50%63.14%-
HSV(B)156.38º45.19%81.57%-
XYZ36.8551.6346.55-
YUV175.68125.3684.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=23.12%
G=42.19%
B=34.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081710.4500.180.18156.385063.14
Hex72D0AB2D012129c323f
Octal16232025355022222346277
Binary111001011010000101010111011010100101001010011100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,171); }

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

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

 a { background-color: rgb(114,208,171); }

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

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

 span { border-color: rgb(114,208,171); }

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