#79EFCF

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

Shades of Aquamarine #79EFCF

Tints of Aquamarine #79EFCF

Color information

#79EFCF (or 0x79EFCF) is unknown color: approx Aquamarine. HEX triplet: 79, EF and CF. RGB value is (121,239,207). Sum of RGB (Red+Green+Blue) = 121+239+207=567 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.34% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #79EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EFCF is #861030. Grayscale: #C8C8C8. Windows color (decimal): -8785969 or 13627257. OLE color: 13627257.

HSL color Cylindrical-coordinate representation of color #79EFCF: hue angle of 163.73º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EFCF is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB121239207-
CMYK0.4900.130.06
HSL163.73º78.67%70.59%-
HSV(B)163.73º49.37%93.73%-
XYZ50.0170.369.97-
YUV200.07131.9171.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.34%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=21.34%
G=42.15%
B=36.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1212392070.4900.130.06163.7378.6770.59
Hex79EFCF310D6a44f47
Octal171357317610156244117107
Binary11110011110111111001111110001011011101010010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,239,207); }

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

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

 a { background-color: rgb(121,239,207); }

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

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

 span { border-color: rgb(121,239,207); }

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