Shades of Seagull #76AECC
Tints of Seagull #76AECC
RGB
CMYK
RGB Variations
Color information
#76AECC (or 0x76AECC) is known color: Seagull. HEX triplet: 76, AE and CC. RGB value is (118,174,204). Sum of RGB (Red+Green+Blue) = 118+174+204=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #76AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AECC is #895133. Grayscale: #A0A0A0. Windows color (decimal): -8999220 or 13414006. OLE color: 13414006.
HSL color Cylindrical-coordinate representation of color #76AECC: hue angle of 200.93º degrees, saturation: 0.46, 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 #76AECC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 174 | 204 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.2 |
| HSL | 200.93º | 0.46% | 0.63% | - |
| HSV(B) | 200.93º | 0.42% | 0.8% | - |
| XYZ | 33.51 | 38.48 | 62.79 | - |
| YUV | 160.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 204 | 0.42 | 0.15 | 0 | 0.2 | 200.93 | 0.46 | 0.63 |
| Hex | 76 | AE | CC | 2A | F | 0 | 14 | C9 | 2E | 3F |
| Octal | 166 | 256 | 314 | 52 | 17 | 0 | 24 | 311 | 56 | 77 |
| Binary | 1110110 | 10101110 | 11001100 | 101010 | 1111 | 0 | 10100 | 11001001 | 101110 | 111111 |
Color Harmonies of #76AECC
Complementary color
Monochromatic Colors of #76AECC
Black with #76AECC
Text Example
Text Example
White with #76AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AECC; }
p { color: rgb(118,174,204); }
H1.HeaderClassName
{
color: #76AECC;
}
.AnyTagClassName
{
color: #76AECC;
}
</style>
background-color css
<style>
a { background-color: #76AECC; }
a { background-color: rgb(118,174,204); }
div.DivClassName
{
background-color: #76AECC;
}
.BgClassName
{
background-color: #76AECC;
}
</style>
border-color css
<style>
span { border-color: #76AECC; }
span { border-color: rgb(118,174,204); }
td.TdClassName
{
border-color: #76AECC;
}
.TagClassName
{
border-color: #76AECC;
}
</style>