#78ACC8

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

Shades of Seagull #78ACC8

Tints of Seagull #78ACC8

Color information

#78ACC8 (or 0x78ACC8) is unknown color: approx Seagull. HEX triplet: 78, AC and C8. RGB value is (120,172,200). Sum of RGB (Red+Green+Blue) = 120+172+200=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #78ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACC8 is #875337. Grayscale: #9F9F9F. Windows color (decimal): -8868664 or 13151352. OLE color: 13151352.

HSL color Cylindrical-coordinate representation of color #78ACC8: hue angle of 201º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78ACC8 is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120172200-
CMYK0.40.1400.22
HSL201º42.11%62.75%-
HSV(B)201º40%78.43%-
XYZ32.9237.6760.18-
YUV159.64150.7799.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.39%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=24.39%
G=34.96%
B=40.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201722000.40.1400.2220142.1162.75
Hex78ACC828E016c92a3f
Octal17025431050160263115277
Binary11110001010110011001000101000111001011011001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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