#78ACA4

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

Shades of Gulf Stream #78ACA4

Tints of Gulf Stream #78ACA4

Color information

#78ACA4 (or 0x78ACA4) is unknown color: approx Gulf Stream. HEX triplet: 78, AC and A4. RGB value is (120,172,164). Sum of RGB (Red+Green+Blue) = 120+172+164=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #78ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACA4 is #87535B. Grayscale: #9B9B9B. Windows color (decimal): -8868700 or 10792056. OLE color: 10792056.

HSL color Cylindrical-coordinate representation of color #78ACA4: hue angle of 170.77º 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 #78ACA4 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB120172164-
CMYK0.3000.050.33
HSL170.77º23.85%57.25%-
HSV(B)170.77º30.23%67.45%-
XYZ29.236.1840.57-
YUV155.54132.77102.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=26.32%
G=37.72%
B=35.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721640.3000.050.33170.7723.8557.25
Hex78ACA41E0521ab1839
Octal1702542443605412533071
Binary111100010101100101001001111001011000011010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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