#76ABCA

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

Shades of Seagull #76ABCA

Tints of Seagull #76ABCA

Color information

#76ABCA (or 0x76ABCA) is unknown color: approx Seagull. HEX triplet: 76, AB and CA. RGB value is (118,171,202). Sum of RGB (Red+Green+Blue) = 118+171+202=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #76ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABCA is #895435. Grayscale: #9E9E9E. Windows color (decimal): -8999990 or 13282166. OLE color: 13282166.

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

Color convert

RGB118171202-
CMYK0.420.1500.21
HSL202.14º44.21%62.75%-
HSV(B)202.14º41.58%79.22%-
XYZ32.6937.2461.34-
YUV158.69152.4498.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=24.03%
G=34.83%
B=41.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181712020.420.1500.21202.1444.2162.75
Hex76ABCA2AF015ca2c3f
Octal16625331252170253125477
Binary11101101010101111001010101010111101010111001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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