#72C8AB

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

Shades of Medium Aquamarine #72C8AB

Tints of Medium Aquamarine #72C8AB

Color information

#72C8AB (or 0x72C8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 72, C8 and AB. RGB value is (114,200,171). Sum of RGB (Red+Green+Blue) = 114+200+171=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C8AB is #8D3754. Grayscale: #ABABAB. Windows color (decimal): -9254741 or 11257970. OLE color: 11257970.

HSL color Cylindrical-coordinate representation of color #72C8AB: hue angle of 159.77º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8AB is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB114200171-
CMYK0.4300.140.22
HSL159.77º43.88%61.57%-
HSV(B)159.77º43%78.43%-
XYZ34.9447.8345.92-
YUV170.98128.0187.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=23.51%
G=41.24%
B=35.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1142001710.4300.140.22159.7743.8861.57
Hex72C8AB2B0E16a02c3e
Octal16231025353016262405476
Binary11100101100100010101011101011011101011010100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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