#76AACA

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

Shades of Seagull #76AACA

Tints of Seagull #76AACA

Color information

#76AACA (or 0x76AACA) is unknown color: approx Seagull. HEX triplet: 76, AA and CA. RGB value is (118,170,202). Sum of RGB (Red+Green+Blue) = 118+170+202=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #76AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AACA is #895535. Grayscale: #9D9D9D. Windows color (decimal): -9000246 or 13281910. OLE color: 13281910.

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

Color convert

RGB118170202-
CMYK0.420.1600.21
HSL202.86º44.21%62.75%-
HSV(B)202.86º41.58%79.22%-
XYZ32.5136.8761.28-
YUV158.1152.7799.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.08%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=24.08%
G=34.69%
B=41.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181702020.420.1600.21202.8644.2162.75
Hex76AACA2A10015cb2c3f
Octal16625231252200253135477
Binary111011010101010110010101010101000001010111001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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