#78ADCF

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

Shades of Seagull #78ADCF

Tints of Seagull #78ADCF

Color information

#78ADCF (or 0x78ADCF) is unknown color: approx Seagull. HEX triplet: 78, AD and CF. RGB value is (120,173,207). Sum of RGB (Red+Green+Blue) = 120+173+207=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #78ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADCF is #875230. Grayscale: #A0A0A0. Windows color (decimal): -8868401 or 13610360. OLE color: 13610360.

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

Color convert

RGB120173207-
CMYK0.420.1600.19
HSL203.45º47.54%64.12%-
HSV(B)203.45º42.03%81.18%-
XYZ33.9538.3964.65-
YUV161.03153.9498.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=24%
G=34.6%
B=41.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201732070.420.1600.19203.4547.5464.12
Hex78ADCF2A10013cb3040
Octal170255317522002331360100
Binary1111000101011011100111110101010000010011110010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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