Shades of Seagull #76C0D1
Tints of Seagull #76C0D1
RGB
CMYK
RGB Variations
Color information
#76C0D1 (or 0x76C0D1) is known color: Seagull. HEX triplet: 76, C0 and D1. RGB value is (118,192,209). Sum of RGB (Red+Green+Blue) = 118+192+209=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #76C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C0D1 is #893F2E. Grayscale: #ABABAB. Windows color (decimal): -8994607 or 13746294. OLE color: 13746294.
HSL color Cylindrical-coordinate representation of color #76C0D1: hue angle of 191.21º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76C0D1 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 192 | 209 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.18 |
| HSL | 191.21º | 0.5% | 0.64% | - |
| HSV(B) | 191.21º | 0.44% | 0.82% | - |
| XYZ | 37.83 | 46.15 | 67.24 | - |
| YUV | 171.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 209 | 0.44 | 0.08 | 0 | 0.18 | 191.21 | 0.5 | 0.64 |
| Hex | 76 | C0 | D1 | 2C | 8 | 0 | 12 | BF | 32 | 40 |
| Octal | 166 | 300 | 321 | 54 | 10 | 0 | 22 | 277 | 62 | 100 |
| Binary | 1110110 | 11000000 | 11010001 | 101100 | 1000 | 0 | 10010 | 10111111 | 110010 | 1000000 |
Color Harmonies of #76C0D1
Complementary color
Monochromatic Colors of #76C0D1
Black with #76C0D1
Text Example
Text Example
White with #76C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C0D1; }
p { color: rgb(118,192,209); }
H1.HeaderClassName
{
color: #76C0D1;
}
.AnyTagClassName
{
color: #76C0D1;
}
</style>
background-color css
<style>
a { background-color: #76C0D1; }
a { background-color: rgb(118,192,209); }
div.DivClassName
{
background-color: #76C0D1;
}
.BgClassName
{
background-color: #76C0D1;
}
</style>
border-color css
<style>
span { border-color: #76C0D1; }
span { border-color: rgb(118,192,209); }
td.TdClassName
{
border-color: #76C0D1;
}
.TagClassName
{
border-color: #76C0D1;
}
</style>