#77ADA8

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

Shades of Gulf Stream #77ADA8

Tints of Gulf Stream #77ADA8

Color information

#77ADA8 (or 0x77ADA8) is unknown color: approx Gulf Stream. HEX triplet: 77, AD and A8. RGB value is (119,173,168). Sum of RGB (Red+Green+Blue) = 119+173+168=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #77ADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADA8 is #885257. Grayscale: #9C9C9C. Windows color (decimal): -8933976 or 11054455. OLE color: 11054455.

HSL color Cylindrical-coordinate representation of color #77ADA8: hue angle of 174.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77ADA8 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB119173168-
CMYK0.3100.030.32
HSL174.44º24.77%57.25%-
HSV(B)174.44º31.21%67.84%-
XYZ29.6236.6442.56-
YUV156.28134.61101.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=25.87%
G=37.61%
B=36.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191731680.3100.030.32174.4424.7757.25
Hex77ADA81F0320ae1939
Octal1672552503703402563171
Binary11101111010110110101000111110111000001010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77ADA8; }

 p { color: rgb(119,173,168); }

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

<style>
 a { background-color: #77ADA8; }

 a { background-color: rgb(119,173,168); }

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

<style>
 span { border-color: #77ADA8; }

 span { border-color: rgb(119,173,168); }

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