#79B8AB

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

Shades of Gulf Stream #79B8AB

Tints of Gulf Stream #79B8AB

Color information

#79B8AB (or 0x79B8AB) is unknown color: approx Gulf Stream. HEX triplet: 79, B8 and AB. RGB value is (121,184,171). Sum of RGB (Red+Green+Blue) = 121+184+171=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #79B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B8AB is #864754. Grayscale: #A3A3A3. Windows color (decimal): -8800085 or 11253881. OLE color: 11253881.

HSL color Cylindrical-coordinate representation of color #79B8AB: hue angle of 167.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79B8AB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB121184171-
CMYK0.3400.070.28
HSL167.62º30.73%59.8%-
HSV(B)167.62º34.24%72.16%-
XYZ32.3841.2944.79-
YUV163.68132.1397.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=25.42%
G=38.66%
B=35.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211841710.3400.070.28167.6230.7359.8
Hex79B8AB22071Ca81f3c
Octal1712702534207342503774
Binary111100110111000101010111000100111111001010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,184,171); }

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

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

 a { background-color: rgb(121,184,171); }

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

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

 span { border-color: rgb(121,184,171); }

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