#73FBC2

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

Shades of Aquamarine #73FBC2

Tints of Aquamarine #73FBC2

Color information

#73FBC2 (or 0x73FBC2) is unknown color: approx Aquamarine. HEX triplet: 73, FB and C2. RGB value is (115,251,194). Sum of RGB (Red+Green+Blue) = 115+251+194=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBC2 is #8C043D. Grayscale: #CBCBCB. Windows color (decimal): -9176126 or 12778355. OLE color: 12778355.

HSL color Cylindrical-coordinate representation of color #73FBC2: hue angle of 154.85º 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 #73FBC2 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB115251194-
CMYK0.5400.230.02
HSL154.85º94.44%71.76%-
HSV(B)154.85º54.18%98.43%-
XYZ51.3176.5363.11-
YUV203.84122.4464.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.54%
GREEN value IS 251 (98.44% from 255) = 44.82%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=20.54%
G=44.82%
B=34.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152511940.5400.230.02154.8594.4471.76
Hex73FBC23601729b5e48
Octal163373302660272233136110
Binary11100111111101111000010110110010111101001101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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