#73CBAE

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

Shades of Medium Aquamarine #73CBAE

Tints of Medium Aquamarine #73CBAE

Color information

#73CBAE (or 0x73CBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CB and AE. RGB value is (115,203,174). Sum of RGB (Red+Green+Blue) = 115+203+174=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBAE is #8C3451. Grayscale: #ADADAD. Windows color (decimal): -9188434 or 11455347. OLE color: 11455347.

HSL color Cylindrical-coordinate representation of color #73CBAE: hue angle of 160.23º 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 #73CBAE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB115203174-
CMYK0.4300.140.20
HSL160.23º45.83%62.35%-
HSV(B)160.23º43.35%79.61%-
XYZ36.0749.4147.68-
YUV173.38128.3586.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.37%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=23.37%
G=41.26%
B=35.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031740.4300.140.20160.2345.8362.35
Hex73CBAE2B0E14a02e3e
Octal16331325653016242405676
Binary11100111100101110101110101011011101010010100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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