#72CBAD

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

Shades of Medium Aquamarine #72CBAD

Tints of Medium Aquamarine #72CBAD

Color information

#72CBAD (or 0x72CBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 72, CB and AD. RGB value is (114,203,173). Sum of RGB (Red+Green+Blue) = 114+203+173=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CBAD is #8D3452. Grayscale: #ADADAD. Windows color (decimal): -9253971 or 11389810. OLE color: 11389810.

HSL color Cylindrical-coordinate representation of color #72CBAD: hue angle of 159.78º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBAD is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB114203173-
CMYK0.4400.150.20
HSL159.78º46.11%62.16%-
HSV(B)159.78º43.84%79.61%-
XYZ35.8449.3147.16-
YUV172.97128.0185.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=23.27%
G=41.43%
B=35.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142031730.4400.150.20159.7846.1162.16
Hex72CBAD2C0F14a02e3e
Octal16231325554017242405676
Binary11100101100101110101101101100011111010010100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,203,173); }

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

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

 a { background-color: rgb(114,203,173); }

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

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

 span { border-color: rgb(114,203,173); }

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