#79FBC0

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

Shades of Aquamarine #79FBC0

Tints of Aquamarine #79FBC0

Color information

#79FBC0 (or 0x79FBC0) is unknown color: approx Aquamarine. HEX triplet: 79, FB and C0. RGB value is (121,251,192). Sum of RGB (Red+Green+Blue) = 121+251+192=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #79FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FBC0 is #86043F. Grayscale: #CDCDCD. Windows color (decimal): -8782912 or 12647289. OLE color: 12647289.

HSL color Cylindrical-coordinate representation of color #79FBC0: hue angle of 152.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FBC0 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB121251192-
CMYK0.5200.240.02
HSL152.77º94.2%72.94%-
HSV(B)152.77º51.79%98.43%-
XYZ51.976.8761.97-
YUV205.4120.4367.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.45%
GREEN value IS 251 (98.44% from 255) = 44.50%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=21.45%
G=44.50%
B=34.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212511920.5200.240.02152.7794.272.94
Hex79FBC0340182995e49
Octal171373300640302231136111
Binary11110011111101111000000110100011000101001100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79FBC0; }

 p { color: rgb(121,251,192); }

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

<style>
 a { background-color: #79FBC0; }

 a { background-color: rgb(121,251,192); }

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

<style>
 span { border-color: #79FBC0; }

 span { border-color: rgb(121,251,192); }

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