#79B4A1

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

Shades of Gulf Stream #79B4A1

Tints of Gulf Stream #79B4A1

Color information

#79B4A1 (or 0x79B4A1) is unknown color: approx Gulf Stream. HEX triplet: 79, B4 and A1. RGB value is (121,180,161). Sum of RGB (Red+Green+Blue) = 121+180+161=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #79B4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B4A1 is #864B5E. Grayscale: #A0A0A0. Windows color (decimal): -8801119 or 10597497. OLE color: 10597497.

HSL color Cylindrical-coordinate representation of color #79B4A1: hue angle of 160.68º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B4A1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB121180161-
CMYK0.3300.110.29
HSL160.68º28.23%59.02%-
HSV(B)160.68º32.78%70.59%-
XYZ30.6439.2839.69-
YUV160.19128.45100.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=26.19%
G=38.96%
B=34.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801610.3300.110.29160.6828.2359.02
Hex79B4A1210B1Da11c3b
Octal17126424141013352413473
Binary1111001101101001010000110000101011111011010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,180,161); }

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

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

 a { background-color: rgb(121,180,161); }

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

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

 span { border-color: rgb(121,180,161); }

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