Html Css Color HEX #79ABA2 Gulf Stream

📋 copy color: '#79ABA2'

red 121 ◦ green 171 ◦ blue 162

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

Shades of Gulf Stream #79ABA2

Tints of Gulf Stream #79ABA2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 26.65%
G = 37.67%
B = 35.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#79ABA2 (or 0x79ABA2) is known color: Gulf Stream. HEX triplet: 79, AB and A2. RGB value is (121,171,162). Sum of RGB (Red+Green+Blue) = 121+171+162=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #79ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABA2 is #86545D. Grayscale: #9B9B9B. Windows color (decimal): -8803422 or 10660729. OLE color: 10660729.

HSL color Cylindrical-coordinate representation of color #79ABA2: hue angle of 169.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79ABA2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 171 162 -
CMYK 0.29 0 0.05 0.33
HSL 169.2º 0.23% 0.57% -
HSV(B) 169.2º 0.29% 0.67% -
XYZ 28.97 35.8 39.57 -
YUV 155.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 121 171 162 0.29 0 0.05 0.33 169.2 0.23 0.57
Hex 79 AB A2 1D 0 5 21 A9 17 39
Octal 171 253 242 35 0 5 41 251 27 71
Binary 1111001 10101011 10100010 11101 0 101 100001 10101001 10111 111001

Color Harmonies of #79ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABA2

Black with #79ABA2

Text Example


Text Example

White with #79ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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