#78ACA1

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

Shades of Gulf Stream #78ACA1

Tints of Gulf Stream #78ACA1

Color information

#78ACA1 (or 0x78ACA1) is unknown color: approx Gulf Stream. HEX triplet: 78, AC and A1. RGB value is (120,172,161). Sum of RGB (Red+Green+Blue) = 120+172+161=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #78ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACA1 is #87535E. Grayscale: #9B9B9B. Windows color (decimal): -8868703 or 10595448. OLE color: 10595448.

HSL color Cylindrical-coordinate representation of color #78ACA1: hue angle of 167.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78ACA1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB120172161-
CMYK0.3000.060.33
HSL167.31º23.85%57.25%-
HSV(B)167.31º30.23%67.45%-
XYZ28.9336.0739.16-
YUV155.2131.27102.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=26.49%
G=37.97%
B=35.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721610.3000.060.33167.3123.8557.25
Hex78ACA11E0621a71839
Octal1702542413606412473071
Binary111100010101100101000011111001101000011010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,161); }

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

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

 a { background-color: rgb(120,172,161); }

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

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

 span { border-color: rgb(120,172,161); }

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