Html Css Color HEX #79B8A8 Gulf Stream

📋 copy color: '#79B8A8'

red 121 ◦ green 184 ◦ blue 168

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

Shades of Gulf Stream #79B8A8

Tints of Gulf Stream #79B8A8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 25.58%
G = 38.9%
B = 35.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#79B8A8 (or 0x79B8A8) is known color: Gulf Stream. HEX triplet: 79, B8 and A8. RGB value is (121,184,168). Sum of RGB (Red+Green+Blue) = 121+184+168=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #79B8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B8A8 is #864757. Grayscale: #A3A3A3. Windows color (decimal): -8800088 or 11057273. OLE color: 11057273.

HSL color Cylindrical-coordinate representation of color #79B8A8: hue angle of 164.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79B8A8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 184 168 -
CMYK 0.34 0 0.09 0.28
HSL 164.76º 0.31% 0.6% -
HSV(B) 164.76º 0.34% 0.72% -
XYZ 32.09 41.17 43.3 -
YUV 163.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 121 184 168 0.34 0 0.09 0.28 164.76 0.31 0.6
Hex 79 B8 A8 22 0 9 1C A5 1F 3C
Octal 171 270 250 42 0 11 34 245 37 74
Binary 1111001 10111000 10101000 100010 0 1001 11100 10100101 11111 111100

Color Harmonies of #79B8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B8A8

Black with #79B8A8

Text Example


Text Example

White with #79B8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,184,168); }

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

background-color css

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

 a { background-color: rgb(121,184,168); }

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

border-color css

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

 span { border-color: rgb(121,184,168); }

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