#78A1C0

Color #78A1C0 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #78A1C0

Tints of Polo Blue #78A1C0

Color information

#78A1C0 (or 0x78A1C0) is unknown color: approx Polo Blue. HEX triplet: 78, A1 and C0. RGB value is (120,161,192). Sum of RGB (Red+Green+Blue) = 120+161+192=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #78A1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1C0 is #875E3F. Grayscale: #989898. Windows color (decimal): -8871488 or 12624248. OLE color: 12624248.

HSL color Cylindrical-coordinate representation of color #78A1C0: hue angle of 205.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78A1C0 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120161192-
CMYK0.380.1600.25
HSL205.83º36.36%61.18%-
HSV(B)205.83º37.5%75.29%-
XYZ30.0133.2954.71-
YUV152.28150.42104.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=25.37%
G=34.04%
B=40.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201611920.380.1600.25205.8336.3661.18
Hex78A1C02610019ce243d
Octal17024130046200313164475
Binary111100010100001110000001001101000001100111001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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