#79B8AC

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

Shades of Gulf Stream #79B8AC

Tints of Gulf Stream #79B8AC

Color information

#79B8AC (or 0x79B8AC) is unknown color: approx Gulf Stream. HEX triplet: 79, B8 and AC. RGB value is (121,184,172). Sum of RGB (Red+Green+Blue) = 121+184+172=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #79B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B8AC is #864753. Grayscale: #A3A3A3. Windows color (decimal): -8800084 or 11319417. OLE color: 11319417.

HSL color Cylindrical-coordinate representation of color #79B8AC: hue angle of 168.57º 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 #79B8AC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB121184172-
CMYK0.3400.070.28
HSL168.57º30.73%59.8%-
HSV(B)168.57º34.24%72.16%-
XYZ32.4741.3245.29-
YUV163.8132.6397.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=25.37%
G=38.57%
B=36.06%

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
Decimal1211841720.3400.070.28168.5730.7359.8
Hex79B8AC22071Ca91f3c
Octal1712702544207342513774
Binary111100110111000101011001000100111111001010100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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