#79BBA3

Color #79BBA3 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #79BBA3

Tints of Gulf Stream #79BBA3

Color information

#79BBA3 (or 0x79BBA3) is unknown color: approx Gulf Stream. HEX triplet: 79, BB and A3. RGB value is (121,187,163). Sum of RGB (Red+Green+Blue) = 121+187+163=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBA3 is #86445C. Grayscale: #A4A4A4. Windows color (decimal): -8799325 or 10730361. OLE color: 10730361.

HSL color Cylindrical-coordinate representation of color #79BBA3: hue angle of 158.18º degrees, saturation: 0.33, 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 #79BBA3 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB121187163-
CMYK0.3500.130.27
HSL158.18º32.67%60.39%-
HSV(B)158.18º35.29%73.33%-
XYZ32.2742.2541.1-
YUV164.53127.1396.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=25.69%
G=39.70%
B=34.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871630.3500.130.27158.1832.6760.39
Hex79BBA3230D1B9e213c
Octal17127324343015332364174
Binary11110011011101110100011100011011011101110011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,187,163); }

 H1.HeaderClassName
 {
   color: #79BBA3;
 }
 .AnyTagClassName
 {
   color: #79BBA3;
 }
</style>
background-color css

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

 a { background-color: rgb(121,187,163); }

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

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

 span { border-color: rgb(121,187,163); }

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