Html Css Color HEX #79B1A3 Gulf Stream

📋 copy color: '#79B1A3'

red 121 ◦ green 177 ◦ blue 163

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

Shades of Gulf Stream #79B1A3

Tints of Gulf Stream #79B1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 26.25%
G = 38.39%
B = 35.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#79B1A3 (or 0x79B1A3) is known color: Gulf Stream. HEX triplet: 79, B1 and A3. RGB value is (121,177,163). Sum of RGB (Red+Green+Blue) = 121+177+163=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #79B1A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B1A3 is #864E5C. Grayscale: #9E9E9E. Windows color (decimal): -8801885 or 10727801. OLE color: 10727801.

HSL color Cylindrical-coordinate representation of color #79B1A3: hue angle of 165º 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 #79B1A3 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 177 163 -
CMYK 0.32 0 0.08 0.31
HSL 165º 0.26% 0.58% -
HSV(B) 165º 0.32% 0.69% -
XYZ 30.22 38.15 40.42 -
YUV 158.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 121 177 163 0.32 0 0.08 0.31 165 0.26 0.58
Hex 79 B1 A3 20 0 8 1F A5 1A 3A
Octal 171 261 243 40 0 10 37 245 32 72
Binary 1111001 10110001 10100011 100000 0 1000 11111 10100101 11010 111010

Color Harmonies of #79B1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B1A3

Black with #79B1A3

Text Example


Text Example

White with #79B1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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