#79BBA9

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

Shades of Gulf Stream #79BBA9

Tints of Gulf Stream #79BBA9

Color information

#79BBA9 (or 0x79BBA9) is unknown color: approx Gulf Stream. HEX triplet: 79, BB and A9. RGB value is (121,187,169). Sum of RGB (Red+Green+Blue) = 121+187+169=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBA9 is #864456. Grayscale: #A5A5A5. Windows color (decimal): -8799319 or 11123577. OLE color: 11123577.

HSL color Cylindrical-coordinate representation of color #79BBA9: hue angle of 163.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BBA9 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB121187169-
CMYK0.3500.100.27
HSL163.64º32.67%60.39%-
HSV(B)163.64º35.29%73.33%-
XYZ32.8242.4744-
YUV165.21130.1396.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=25.37%
G=39.20%
B=35.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871690.3500.100.27163.6432.6760.39
Hex79BBA9230A1Ba4213c
Octal17127325143012332444174
Binary11110011011101110101001100011010101101110100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,187,169); }

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

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

 a { background-color: rgb(121,187,169); }

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

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

 span { border-color: rgb(121,187,169); }

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