#72CFA5

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

Shades of Medium Aquamarine #72CFA5

Tints of Medium Aquamarine #72CFA5

Color information

#72CFA5 (or 0x72CFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 72, CF and A5. RGB value is (114,207,165). Sum of RGB (Red+Green+Blue) = 114+207+165=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFA5 is #8D305A. Grayscale: #AEAEAE. Windows color (decimal): -9252955 or 10866546. OLE color: 10866546.

HSL color Cylindrical-coordinate representation of color #72CFA5: hue angle of 152.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFA5 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB114207165-
CMYK0.4500.200.19
HSL152.9º49.21%62.94%-
HSV(B)152.9º44.93%81.18%-
XYZ36.0450.9243.53-
YUV174.4122.6984.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 207 (81.25% from 255) = 42.59%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=23.46%
G=42.59%
B=33.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142071650.4500.200.19152.949.2162.94
Hex72CFA52D0141399313f
Octal16231724555024232316177
Binary111001011001111101001011011010101001001110011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,207,165); }

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

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

 a { background-color: rgb(114,207,165); }

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

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

 span { border-color: rgb(114,207,165); }

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