#78ACCF

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

Shades of Seagull #78ACCF

Tints of Seagull #78ACCF

Color information

#78ACCF (or 0x78ACCF) is unknown color: approx Seagull. HEX triplet: 78, AC and CF. RGB value is (120,172,207). Sum of RGB (Red+Green+Blue) = 120+172+207=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #78ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACCF is #875330. Grayscale: #A0A0A0. Windows color (decimal): -8868657 or 13610104. OLE color: 13610104.

HSL color Cylindrical-coordinate representation of color #78ACCF: hue angle of 204.14º degrees, saturation: 0.48, 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 #78ACCF is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120172207-
CMYK0.420.1700.19
HSL204.14º47.54%64.12%-
HSV(B)204.14º42.03%81.18%-
XYZ33.763864.59-
YUV160.44154.2799.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.05%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=24.05%
G=34.47%
B=41.48%

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
Decimal1201722070.420.1700.19204.1447.5464.12
Hex78ACCF2A11013cc3040
Octal170254317522102331460100
Binary1111000101011001100111110101010001010011110011001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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