#73F1BC

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

Shades of Aquamarine #73F1BC

Tints of Aquamarine #73F1BC

Color information

#73F1BC (or 0x73F1BC) is unknown color: approx Aquamarine. HEX triplet: 73, F1 and BC. RGB value is (115,241,188). Sum of RGB (Red+Green+Blue) = 115+241+188=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1BC is #8C0E43. Grayscale: #C5C5C5. Windows color (decimal): -9178692 or 12382579. OLE color: 12382579.

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

Color convert

RGB115241188-
CMYK0.5200.220.05
HSL154.76º81.82%69.8%-
HSV(B)154.76º52.28%94.51%-
XYZ47.670.1958.62-
YUV197.28122.7669.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=21.14%
G=44.30%
B=34.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152411880.5200.220.05154.7681.8269.8
Hex73F1BC3401659b5246
Octal163361274640265233122106
Binary111001111110001101111001101000101101011001101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,241,188); }

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

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

 a { background-color: rgb(115,241,188); }

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

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

 span { border-color: rgb(115,241,188); }

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