#73F0B6

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

Shades of Aquamarine #73F0B6

Tints of Aquamarine #73F0B6

Color information

#73F0B6 (or 0x73F0B6) is unknown color: approx Aquamarine. HEX triplet: 73, F0 and B6. RGB value is (115,240,182). Sum of RGB (Red+Green+Blue) = 115+240+182=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F0B6 is #8C0F49. Grayscale: #C4C4C4. Windows color (decimal): -9178954 or 11989107. OLE color: 11989107.

HSL color Cylindrical-coordinate representation of color #73F0B6: hue angle of 152.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0B6 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB115240182-
CMYK0.5200.240.06
HSL152.16º80.65%69.61%-
HSV(B)152.16º52.08%94.12%-
XYZ46.6769.3455.18-
YUV196.01120.0970.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.42%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=21.42%
G=44.69%
B=33.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152401820.5200.240.06152.1680.6569.61
Hex73F0B6340186985146
Octal163360266640306230121106
Binary111001111110000101101101101000110001101001100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,240,182); }

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

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

 a { background-color: rgb(115,240,182); }

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

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

 span { border-color: rgb(115,240,182); }

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