#73FBB5

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

Shades of Aquamarine #73FBB5

Tints of Aquamarine #73FBB5

Color information

#73FBB5 (or 0x73FBB5) is unknown color: approx Aquamarine. HEX triplet: 73, FB and B5. RGB value is (115,251,181). Sum of RGB (Red+Green+Blue) = 115+251+181=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBB5 is #8C044A. Grayscale: #CACACA. Windows color (decimal): -9176139 or 11926387. OLE color: 11926387.

HSL color Cylindrical-coordinate representation of color #73FBB5: hue angle of 149.12º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB115251181-
CMYK0.5400.280.02
HSL149.12º94.44%71.76%-
HSV(B)149.12º54.18%98.43%-
XYZ49.9175.9855.75-
YUV202.36115.9465.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=21.02%
G=45.89%
B=33.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152511810.5400.280.02149.1294.4471.76
Hex73FBB53601C2955e48
Octal163373265660342225136110
Binary11100111111101110110101110110011100101001010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,251,181); }

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

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

 a { background-color: rgb(115,251,181); }

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

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

 span { border-color: rgb(115,251,181); }

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