#78ABCA

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

Shades of Seagull #78ABCA

Tints of Seagull #78ABCA

Color information

#78ABCA (or 0x78ABCA) is unknown color: approx Seagull. HEX triplet: 78, AB and CA. RGB value is (120,171,202). Sum of RGB (Red+Green+Blue) = 120+171+202=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #78ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCA is #875435. Grayscale: #9F9F9F. Windows color (decimal): -8868918 or 13282168. OLE color: 13282168.

HSL color Cylindrical-coordinate representation of color #78ABCA: hue angle of 202.68º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78ABCA is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120171202-
CMYK0.410.1500.21
HSL202.68º43.62%63.14%-
HSV(B)202.68º40.59%79.22%-
XYZ32.9737.3861.36-
YUV159.28152.199.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.34%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=24.34%
G=34.69%
B=40.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201712020.410.1500.21202.6843.6263.14
Hex78ABCA29F015cb2c3f
Octal17025331251170253135477
Binary11110001010101111001010101001111101010111001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,171,202); }

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

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

 a { background-color: rgb(120,171,202); }

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

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

 span { border-color: rgb(120,171,202); }

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