#78AFA0

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

Shades of Gulf Stream #78AFA0

Tints of Gulf Stream #78AFA0

Color information

#78AFA0 (or 0x78AFA0) is unknown color: approx Gulf Stream. HEX triplet: 78, AF and A0. RGB value is (120,175,160). Sum of RGB (Red+Green+Blue) = 120+175+160=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #78AFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AFA0 is #87505F. Grayscale: #9C9C9C. Windows color (decimal): -8867936 or 10530680. OLE color: 10530680.

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

Color convert

RGB120175160-
CMYK0.3100.090.31
HSL163.64º25.58%57.84%-
HSV(B)163.64º31.43%68.63%-
XYZ29.4237.1938.89-
YUV156.84129.78101.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=26.37%
G=38.46%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751600.3100.090.31163.6425.5857.84
Hex78AFA01F091Fa41a3a
Octal17025724037011372443272
Binary111100010101111101000001111101001111111010010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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