#73F5BD

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

Shades of Aquamarine #73F5BD

Tints of Aquamarine #73F5BD

Color information

#73F5BD (or 0x73F5BD) is unknown color: approx Aquamarine. HEX triplet: 73, F5 and BD. RGB value is (115,245,189). Sum of RGB (Red+Green+Blue) = 115+245+189=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #73F5BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F5BD is #8C0A42. Grayscale: #C7C7C7. Windows color (decimal): -9177667 or 12449139. OLE color: 12449139.

HSL color Cylindrical-coordinate representation of color #73F5BD: hue angle of 154.15º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F5BD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB115245189-
CMYK0.5300.230.04
HSL154.15º86.67%70.59%-
HSV(B)154.15º53.06%96.08%-
XYZ48.9172.6259.58-
YUV199.75121.9367.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.95%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=20.95%
G=44.63%
B=34.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152451890.5300.230.04154.1586.6770.59
Hex73F5BD3501749a5747
Octal163365275650274232127107
Binary111001111110101101111011101010101111001001101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,245,189); }

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

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

 a { background-color: rgb(115,245,189); }

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

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

 span { border-color: rgb(115,245,189); }

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