#78ACCE

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

Shades of Seagull #78ACCE

Tints of Seagull #78ACCE

Color information

#78ACCE (or 0x78ACCE) is unknown color: approx Seagull. HEX triplet: 78, AC and CE. RGB value is (120,172,206). Sum of RGB (Red+Green+Blue) = 120+172+206=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #78ACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACCE is #875331. Grayscale: #A0A0A0. Windows color (decimal): -8868658 or 13544568. OLE color: 13544568.

HSL color Cylindrical-coordinate representation of color #78ACCE: hue angle of 203.72º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78ACCE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120172206-
CMYK0.420.1700.19
HSL203.72º46.74%63.92%-
HSV(B)203.72º41.75%80.78%-
XYZ33.6437.9563.95-
YUV160.33153.7799.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=24.10%
G=34.54%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201722060.420.1700.19203.7246.7463.92
Hex78ACCE2A11013cc2f40
Octal170254316522102331457100
Binary1111000101011001100111010101010001010011110011001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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