#78AFA9

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

Shades of Gulf Stream #78AFA9

Tints of Gulf Stream #78AFA9

Color information

#78AFA9 (or 0x78AFA9) is unknown color: approx Gulf Stream. HEX triplet: 78, AF and A9. RGB value is (120,175,169). Sum of RGB (Red+Green+Blue) = 120+175+169=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #78AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AFA9 is #875056. Grayscale: #9D9D9D. Windows color (decimal): -8867927 or 11120504. OLE color: 11120504.

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

Color convert

RGB120175169-
CMYK0.3100.030.31
HSL173.45º25.58%57.84%-
HSV(B)173.45º31.43%68.63%-
XYZ30.2437.5243.18-
YUV157.87134.28100.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=25.86%
G=37.72%
B=36.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751690.3100.030.31173.4525.5857.84
Hex78AFA91F031Fad1a3a
Octal1702572513703372553272
Binary1111000101011111010100111111011111111010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,169); }

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

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

 a { background-color: rgb(120,175,169); }

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

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

 span { border-color: rgb(120,175,169); }

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