#73fbc4

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

Shades of Aquamarine #73FBC4

Tints of Aquamarine #73FBC4

Color information

#73FBC4 (or 0x73FBC4) is unknown color: approx Aquamarine. HEX triplet: 73, FB and C4. RGB value is (115,251,196). Sum of RGB (Red+Green+Blue) = 115+251+196=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBC4 is #8C043B. Grayscale: #CCCCCC. Windows color (decimal): -9176124 or 12909427. OLE color: 12909427.

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

Color convert

RGB115251196-
CMYK0.5400.220.02
HSL155.74º94.44%71.76%-
HSV(B)155.74º54.18%98.43%-
XYZ51.5376.6264.3-
YUV204.07123.4464.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.46%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=20.46%
G=44.66%
B=34.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152511960.5400.220.02155.7494.4471.76
Hex73FBC43601629c5e48
Octal163373304660262234136110
Binary11100111111101111000100110110010110101001110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73fbc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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