Html Css Color HEX #79BAAB Gulf Stream

📋 copy color: '#79BAAB'

red 121 ◦ green 186 ◦ blue 171

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

Shades of Gulf Stream #79BAAB

Tints of Gulf Stream #79BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 25.31%
G = 38.91%
B = 35.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#79BAAB (or 0x79BAAB) is known color: Gulf Stream. HEX triplet: 79, BA and AB. RGB value is (121,186,171). Sum of RGB (Red+Green+Blue) = 121+186+171=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAAB is #864554. Grayscale: #A4A4A4. Windows color (decimal): -8799573 or 11254393. OLE color: 11254393.

HSL color Cylindrical-coordinate representation of color #79BAAB: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BAAB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 186 171 -
CMYK 0.35 0 0.08 0.27
HSL 166.15º 0.32% 0.6% -
HSV(B) 166.15º 0.35% 0.73% -
XYZ 32.79 42.12 44.93 -
YUV 164.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 121 186 171 0.35 0 0.08 0.27 166.15 0.32 0.6
Hex 79 BA AB 23 0 8 1B A6 20 3C
Octal 171 272 253 43 0 10 33 246 40 74
Binary 1111001 10111010 10101011 100011 0 1000 11011 10100110 100000 111100

Color Harmonies of #79BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BAAB

Black with #79BAAB

Text Example


Text Example

White with #79BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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