#78ADA7

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

Shades of Gulf Stream #78ADA7

Tints of Gulf Stream #78ADA7

Color information

#78ADA7 (or 0x78ADA7) is unknown color: approx Gulf Stream. HEX triplet: 78, AD and A7. RGB value is (120,173,167). Sum of RGB (Red+Green+Blue) = 120+173+167=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #78ADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADA7 is #875258. Grayscale: #9C9C9C. Windows color (decimal): -8868441 or 10988920. OLE color: 10988920.

HSL color Cylindrical-coordinate representation of color #78ADA7: hue angle of 173.21º degrees, saturation: 0.24, 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 #78ADA7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB120173167-
CMYK0.3100.030.32
HSL173.21º24.42%57.45%-
HSV(B)173.21º30.64%67.84%-
XYZ29.6636.6742.07-
YUV156.47133.94101.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=26.09%
G=37.61%
B=36.30%

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
Decimal1201731670.3100.030.32173.2124.4257.45
Hex78ADA71F0320ad1839
Octal1702552473703402553071
Binary11110001010110110100111111110111000001010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78ADA7; }

 p { color: rgb(120,173,167); }

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

<style>
 a { background-color: #78ADA7; }

 a { background-color: rgb(120,173,167); }

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

<style>
 span { border-color: #78ADA7; }

 span { border-color: rgb(120,173,167); }

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