Html Css Color HEX #79ADA2 Gulf Stream

📋 copy color: '#79ADA2'

red 121 ◦ green 173 ◦ blue 162

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

Shades of Gulf Stream #79ADA2

Tints of Gulf Stream #79ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 26.54%
G = 37.94%
B = 35.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#79ADA2 (or 0x79ADA2) is known color: Gulf Stream. HEX triplet: 79, AD and A2. RGB value is (121,173,162). Sum of RGB (Red+Green+Blue) = 121+173+162=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADA2 is #86525D. Grayscale: #9C9C9C. Windows color (decimal): -8802910 or 10661241. OLE color: 10661241.

HSL color Cylindrical-coordinate representation of color #79ADA2: hue angle of 167.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ADA2 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 173 162 -
CMYK 0.30 0 0.06 0.32
HSL 167.31º 0.24% 0.58% -
HSV(B) 167.31º 0.3% 0.68% -
XYZ 29.35 36.56 39.69 -
YUV 156.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 121 173 162 0.30 0 0.06 0.32 167.31 0.24 0.58
Hex 79 AD A2 1E 0 6 20 A7 18 3A
Octal 171 255 242 36 0 6 40 247 30 72
Binary 1111001 10101101 10100010 11110 0 110 100000 10100111 11000 111010

Color Harmonies of #79ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ADA2

Black with #79ADA2

Text Example


Text Example

White with #79ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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