Html Css Color HEX #79B5B3 Gulf Stream

📋 copy color: '#79B5B3'

red 121 ◦ green 181 ◦ blue 179

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

Shades of Gulf Stream #79B5B3

Tints of Gulf Stream #79B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 25.16%
G = 37.63%
B = 37.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#79B5B3 (or 0x79B5B3) is known color: Gulf Stream. HEX triplet: 79, B5 and B3. RGB value is (121,181,179). Sum of RGB (Red+Green+Blue) = 121+181+179=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #79B5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B5B3 is #864A4C. Grayscale: #A2A2A2. Windows color (decimal): -8800845 or 11777401. OLE color: 11777401.

HSL color Cylindrical-coordinate representation of color #79B5B3: hue angle of 178º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B5B3 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 181 179 -
CMYK 0.33 0 0.01 0.29
HSL 178º 0.29% 0.59% -
HSV(B) 178º 0.33% 0.71% -
XYZ 32.55 40.37 48.72 -
YUV 162.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 121 181 179 0.33 0 0.01 0.29 178 0.29 0.59
Hex 79 B5 B3 21 0 1 1D B2 1D 3B
Octal 171 265 263 41 0 1 35 262 35 73
Binary 1111001 10110101 10110011 100001 0 1 11101 10110010 11101 111011

Color Harmonies of #79B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B5B3

Black with #79B5B3

Text Example


Text Example

White with #79B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,181,179); }

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

background-color css

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

 a { background-color: rgb(121,181,179); }

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

border-color css

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

 span { border-color: rgb(121,181,179); }

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