Html Css Color HEX #79A29B Gulf Stream

📋 copy color: '#79A29B'

red 121 ◦ green 162 ◦ blue 155

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

Shades of Gulf Stream #79A29B

Tints of Gulf Stream #79A29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 27.63%
G = 36.99%
B = 35.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#79A29B (or 0x79A29B) is known color: Gulf Stream. HEX triplet: 79, A2 and 9B. RGB value is (121,162,155). Sum of RGB (Red+Green+Blue) = 121+162+155=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #79A29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A29B is #865D64. Grayscale: #949494. Windows color (decimal): -8805733 or 10199673. OLE color: 10199673.

HSL color Cylindrical-coordinate representation of color #79A29B: hue angle of 169.76º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A29B is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 162 155 -
CMYK 0.25 0 0.04 0.36
HSL 169.76º 0.18% 0.55% -
HSV(B) 169.76º 0.25% 0.64% -
XYZ 26.72 32.27 35.83 -
YUV 148.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 121 162 155 0.25 0 0.04 0.36 169.76 0.18 0.55
Hex 79 A2 9B 19 0 4 24 AA 12 37
Octal 171 242 233 31 0 4 44 252 22 67
Binary 1111001 10100010 10011011 11001 0 100 100100 10101010 10010 110111

Color Harmonies of #79A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A29B

Black with #79A29B

Text Example


Text Example

White with #79A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,162,155); }

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

background-color css

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

 a { background-color: rgb(121,162,155); }

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

border-color css

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

 span { border-color: rgb(121,162,155); }

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