#79CBA4

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

Shades of Medium Aquamarine #79CBA4

Tints of Medium Aquamarine #79CBA4

Color information

#79CBA4 (or 0x79CBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 79, CB and A4. RGB value is (121,203,164). Sum of RGB (Red+Green+Blue) = 121+203+164=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #79CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CBA4 is #86345B. Grayscale: #AEAEAE. Windows color (decimal): -8795228 or 10799993. OLE color: 10799993.

HSL color Cylindrical-coordinate representation of color #79CBA4: hue angle of 151.46º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CBA4 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB121203164-
CMYK0.4000.190.20
HSL151.46º44.09%63.53%-
HSV(B)151.46º40.39%79.61%-
XYZ35.9449.4642.77-
YUV174.04122.3390.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=24.80%
G=41.60%
B=33.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212031640.4000.190.20151.4644.0963.53
Hex79CBA42801314972c40
Octal171313244500232422754100
Binary1111001110010111010010010100001001110100100101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,203,164); }

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

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

 a { background-color: rgb(121,203,164); }

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

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

 span { border-color: rgb(121,203,164); }

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