Html Css Color HEX #78A1C0 Polo Blue

📋 copy color: '#78A1C0'

red 120 ◦ green 161 ◦ blue 192

#78A1C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #78A1C0

Tints of Polo Blue #78A1C0

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 value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78A1C0 (or 0x78A1C0) is known color: 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

RGB 120 161 192 -
CMYK 0.38 0.16 0 0.25
HSL 205.83º 0.36% 0.61% -
HSV(B) 205.83º 0.38% 0.75% -
XYZ 30.01 33.29 54.71 -
YUV 152.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 120 161 192 0.38 0.16 0 0.25 205.83 0.36 0.61
Hex 78 A1 C0 26 10 0 19 CE 24 3D
Octal 170 241 300 46 20 0 31 316 44 75
Binary 1111000 10100001 11000000 100110 10000 0 11001 11001110 100100 111101

Color Harmonies of #78A1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1C0

Black with #78A1C0

Text Example


Text Example

White with #78A1C0

Text Example


Text Example

HTML Codes & Css Web 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>