#73ffbc

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

Shades of Aquamarine #73FFBC

Tints of Aquamarine #73FFBC

Color information

#73FFBC (or 0x73FFBC) is unknown color: approx Aquamarine. HEX triplet: 73, FF and BC. RGB value is (115,255,188). Sum of RGB (Red+Green+Blue) = 115+255+188=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFBC is #8C0043. Grayscale: #CDCDCD. Windows color (decimal): -9175108 or 12386163. OLE color: 12386163.

HSL color Cylindrical-coordinate representation of color #73FFBC: hue angle of 151.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFBC is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB115255188-
CMYK0.5500.260
HSL151.29º100%72.55%-
HSV(B)151.29º54.9%100%-
XYZ51.9178.860.05-
YUV205.5118.1263.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.61%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=20.61%
G=45.70%
B=33.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152551880.5500.260151.2910072.55
Hex73FFBC3701A0976449
Octal163377274670320227144111
Binary1110011111111111011110011011101101001001011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ffbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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