#78AED0

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

Shades of Seagull #78AED0

Tints of Seagull #78AED0

Color information

#78AED0 (or 0x78AED0) is unknown color: approx Seagull. HEX triplet: 78, AE and D0. RGB value is (120,174,208). Sum of RGB (Red+Green+Blue) = 120+174+208=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #78AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AED0 is #87512F. Grayscale: #A1A1A1. Windows color (decimal): -8868144 or 13676152. OLE color: 13676152.

HSL color Cylindrical-coordinate representation of color #78AED0: hue angle of 203.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78AED0 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120174208-
CMYK0.420.1600.18
HSL203.18º48.35%64.31%-
HSV(B)203.18º42.31%81.57%-
XYZ34.2738.8265.36-
YUV161.73154.1198.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.90%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=23.90%
G=34.66%
B=41.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201742080.420.1600.18203.1848.3564.31
Hex78AED02A10012cb3040
Octal170256320522002231360100
Binary1111000101011101101000010101010000010010110010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,174,208); }

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

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

 a { background-color: rgb(120,174,208); }

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

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

 span { border-color: rgb(120,174,208); }

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