#73CBA2

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

Shades of Medium Aquamarine #73CBA2

Tints of Medium Aquamarine #73CBA2

Color information

#73CBA2 (or 0x73CBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CB and A2. RGB value is (115,203,162). Sum of RGB (Red+Green+Blue) = 115+203+162=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA2 is #8C345D. Grayscale: #ACACAC. Windows color (decimal): -9188446 or 10668915. OLE color: 10668915.

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

Color convert

RGB115203162-
CMYK0.4300.200.20
HSL152.05º45.83%62.35%-
HSV(B)152.05º43.35%79.61%-
XYZ34.9548.9741.79-
YUV172.01122.3587.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=23.96%
G=42.29%
B=33.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031620.4300.200.20152.0545.8362.35
Hex73CBA22B01414982e3e
Octal16331324253024242305676
Binary111001111001011101000101010110101001010010011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73CBA2; }

 p { color: rgb(115,203,162); }

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

<style>
 a { background-color: #73CBA2; }

 a { background-color: rgb(115,203,162); }

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

<style>
 span { border-color: #73CBA2; }

 span { border-color: rgb(115,203,162); }

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