#73BFA4

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

Shades of Medium Aquamarine #73BFA4

Tints of Medium Aquamarine #73BFA4

Color information

#73BFA4 (or 0x73BFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 73, BF and A4. RGB value is (115,191,164). Sum of RGB (Red+Green+Blue) = 115+191+164=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BFA4 is #8C405B. Grayscale: #A5A5A5. Windows color (decimal): -9191516 or 10796915. OLE color: 10796915.

HSL color Cylindrical-coordinate representation of color #73BFA4: hue angle of 158.68º degrees, saturation: 0.37, 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 #73BFA4 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB115191164-
CMYK0.4000.140.25
HSL158.68º37.25%60%-
HSV(B)158.68º39.79%74.9%-
XYZ32.443.5941.83-
YUV165.2127.3292.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.47%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=24.47%
G=40.64%
B=34.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911640.4000.140.25158.6837.2560
Hex73BFA4280E199f253c
Octal16327724450016312374574
Binary11100111011111110100100101000011101100110011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,164); }

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

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

 a { background-color: rgb(115,191,164); }

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

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

 span { border-color: rgb(115,191,164); }

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