#79B4AA

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

Shades of Gulf Stream #79B4AA

Tints of Gulf Stream #79B4AA

Color information

#79B4AA (or 0x79B4AA) is unknown color: approx Gulf Stream. HEX triplet: 79, B4 and AA. RGB value is (121,180,170). Sum of RGB (Red+Green+Blue) = 121+180+170=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #79B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B4AA is #864B55. Grayscale: #A1A1A1. Windows color (decimal): -8801110 or 11187321. OLE color: 11187321.

HSL color Cylindrical-coordinate representation of color #79B4AA: hue angle of 169.83º 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 #79B4AA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB121180170-
CMYK0.3300.060.29
HSL169.83º28.23%59.02%-
HSV(B)169.83º32.78%70.59%-
XYZ31.4639.6144.02-
YUV161.22132.9599.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=25.69%
G=38.22%
B=36.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801700.3300.060.29169.8328.2359.02
Hex79B4AA21061Daa1c3b
Octal1712642524106352523473
Binary111100110110100101010101000010110111011010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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