#73F2BF

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

Shades of Aquamarine #73F2BF

Tints of Aquamarine #73F2BF

Color information

#73F2BF (or 0x73F2BF) is unknown color: approx Aquamarine. HEX triplet: 73, F2 and BF. RGB value is (115,242,191). Sum of RGB (Red+Green+Blue) = 115+242+191=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #73F2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F2BF is #8C0D40. Grayscale: #C6C6C6. Windows color (decimal): -9178433 or 12579443. OLE color: 12579443.

HSL color Cylindrical-coordinate representation of color #73F2BF: hue angle of 155.91º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F2BF is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB115242191-
CMYK0.5200.210.05
HSL155.91º83.01%70%-
HSV(B)155.91º52.48%94.9%-
XYZ48.2370.9160.44-
YUV198.21123.9268.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.99%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 191 (75% from 255) = 34.85%
R=20.99%
G=44.16%
B=34.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152421910.5200.210.05155.9183.0170
Hex73F2BF3401559c5346
Octal163362277640255234123106
Binary111001111110010101111111101000101011011001110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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