#73F2BE

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

Shades of Aquamarine #73F2BE

Tints of Aquamarine #73F2BE

Color information

#73F2BE (or 0x73F2BE) is unknown color: approx Aquamarine. HEX triplet: 73, F2 and BE. RGB value is (115,242,190). Sum of RGB (Red+Green+Blue) = 115+242+190=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #73F2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F2BE is #8C0D41. Grayscale: #C6C6C6. Windows color (decimal): -9178434 or 12513907. OLE color: 12513907.

HSL color Cylindrical-coordinate representation of color #73F2BE: hue angle of 155.43º 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 #73F2BE is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB115242190-
CMYK0.5200.210.05
HSL155.43º83.01%70%-
HSV(B)155.43º52.48%94.9%-
XYZ48.1270.8759.86-
YUV198.1123.4268.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=21.02%
G=44.24%
B=34.73%

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
Decimal1152421900.5200.210.05155.4383.0170
Hex73F2BE3401559b5346
Octal163362276640255233123106
Binary111001111110010101111101101000101011011001101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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