Html Css Color HEX #79B1AB Gulf Stream

📋 copy color: '#79B1AB'

red 121 ◦ green 177 ◦ blue 171

#79B1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #79B1AB

Tints of Gulf Stream #79B1AB

RGB

 RED value IS 121 (47.66% from 255) = 25.8%

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 25.8%
G = 37.74%
B = 36.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#79B1AB (or 0x79B1AB) is known color: Gulf Stream. HEX triplet: 79, B1 and AB. RGB value is (121,177,171). Sum of RGB (Red+Green+Blue) = 121+177+171=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #79B1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B1AB is #864E54. Grayscale: #9F9F9F. Windows color (decimal): -8801877 or 11252089. OLE color: 11252089.

HSL color Cylindrical-coordinate representation of color #79B1AB: hue angle of 173.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B1AB is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 177 171 -
CMYK 0.32 0 0.03 0.31
HSL 173.57º 0.26% 0.58% -
HSV(B) 173.57º 0.32% 0.69% -
XYZ 30.96 38.45 44.32 -
YUV 159.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 121 177 171 0.32 0 0.03 0.31 173.57 0.26 0.58
Hex 79 B1 AB 20 0 3 1F AE 1A 3A
Octal 171 261 253 40 0 3 37 256 32 72
Binary 1111001 10110001 10101011 100000 0 11 11111 10101110 11010 111010

Color Harmonies of #79B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B1AB

Black with #79B1AB

Text Example


Text Example

White with #79B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79B1AB;
 }
 .AnyTagClassName
 {
   color: #79B1AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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