#72BFA0

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

Shades of Medium Aquamarine #72BFA0

Tints of Medium Aquamarine #72BFA0

Color information

#72BFA0 (or 0x72BFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 72, BF and A0. RGB value is (114,191,160). Sum of RGB (Red+Green+Blue) = 114+191+160=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFA0 is #8D405F. Grayscale: #A4A4A4. Windows color (decimal): -9257056 or 10534770. OLE color: 10534770.

HSL color Cylindrical-coordinate representation of color #72BFA0: hue angle of 155.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BFA0 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB114191160-
CMYK0.4000.160.25
HSL155.84º37.56%59.8%-
HSV(B)155.84º40.31%74.9%-
XYZ31.9243.3839.95-
YUV164.44125.4992.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=24.52%
G=41.08%
B=34.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911600.4000.160.25155.8437.5659.8
Hex72BFA028010199c263c
Octal16227724050020312344674
Binary111001010111111101000001010000100001100110011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,160); }

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

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

 a { background-color: rgb(114,191,160); }

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

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

 span { border-color: rgb(114,191,160); }

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