#72C99F

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

Shades of Medium Aquamarine #72C99F

Tints of Medium Aquamarine #72C99F

Color information

#72C99F (or 0x72C99F) is unknown color: approx Medium Aquamarine. HEX triplet: 72, C9 and 9F. RGB value is (114,201,159). Sum of RGB (Red+Green+Blue) = 114+201+159=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #72C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C99F is #8D3660. Grayscale: #AAAAAA. Windows color (decimal): -9254497 or 10471794. OLE color: 10471794.

HSL color Cylindrical-coordinate representation of color #72C99F: hue angle of 151.03º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C99F is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB114201159-
CMYK0.4300.210.21
HSL151.03º44.62%61.76%-
HSV(B)151.03º43.28%78.82%-
XYZ34.0847.8540.24-
YUV170.2121.6887.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=24.05%
G=42.41%
B=33.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142011590.4300.210.21151.0344.6261.76
Hex72C99F2B01515972d3e
Octal16231123753025252275576
Binary111001011001001100111111010110101011010110010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,201,159); }

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

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

 a { background-color: rgb(114,201,159); }

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

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

 span { border-color: rgb(114,201,159); }

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