#79AFAB

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

Shades of Gulf Stream #79AFAB

Tints of Gulf Stream #79AFAB

Color information

#79AFAB (or 0x79AFAB) is unknown color: approx Gulf Stream. HEX triplet: 79, AF and AB. RGB value is (121,175,171). Sum of RGB (Red+Green+Blue) = 121+175+171=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #79AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AFAB is #865054. Grayscale: #9E9E9E. Windows color (decimal): -8802389 or 11251577. OLE color: 11251577.

HSL color Cylindrical-coordinate representation of color #79AFAB: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AFAB is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB121175171-
CMYK0.3100.020.31
HSL175.56º25.23%58.04%-
HSV(B)175.56º30.86%68.63%-
XYZ30.5737.6744.19-
YUV158.4135.11101.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=25.91%
G=37.47%
B=36.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751710.3100.020.31175.5625.2358.04
Hex79AFAB1F021Fb0193a
Octal1712572533702372603172
Binary1111001101011111010101111111010111111011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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