#79ADA3

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

Shades of Gulf Stream #79ADA3

Tints of Gulf Stream #79ADA3

Color information

#79ADA3 (or 0x79ADA3) is unknown color: approx Gulf Stream. HEX triplet: 79, AD and A3. RGB value is (121,173,163). Sum of RGB (Red+Green+Blue) = 121+173+163=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADA3 is #86525C. Grayscale: #9C9C9C. Windows color (decimal): -8802909 or 10726777. OLE color: 10726777.

HSL color Cylindrical-coordinate representation of color #79ADA3: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ADA3 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB121173163-
CMYK0.3000.060.32
HSL168.46º24.07%57.65%-
HSV(B)168.46º30.06%67.84%-
XYZ29.4436.640.16-
YUV156.31131.77102.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=26.48%
G=37.86%
B=35.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731630.3000.060.32168.4624.0757.65
Hex79ADA31E0620a8183a
Octal1712552433606402503072
Binary111100110101101101000111111001101000001010100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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