#76AACD

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

Shades of Seagull #76AACD

Tints of Seagull #76AACD

Color information

#76AACD (or 0x76AACD) is unknown color: approx Seagull. HEX triplet: 76, AA and CD. RGB value is (118,170,205). Sum of RGB (Red+Green+Blue) = 118+170+205=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #76AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AACD is #895532. Grayscale: #9E9E9E. Windows color (decimal): -9000243 or 13478518. OLE color: 13478518.

HSL color Cylindrical-coordinate representation of color #76AACD: hue angle of 204.14º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76AACD is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118170205-
CMYK0.420.1700.20
HSL204.14º46.52%63.33%-
HSV(B)204.14º42.44%80.39%-
XYZ32.8737.0163.17-
YUV158.44154.2799.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=23.94%
G=34.48%
B=41.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181702050.420.1700.20204.1446.5263.33
Hex76AACD2A11014cc2f3f
Octal16625231552210243145777
Binary111011010101010110011011010101000101010011001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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