Shades of Seagull #76BFC9
Tints of Seagull #76BFC9
RGB
CMYK
RGB Variations
Color information
#76BFC9 (or 0x76BFC9) is known color: Seagull. HEX triplet: 76, BF and C9. RGB value is (118,191,201). Sum of RGB (Red+Green+Blue) = 118+191+201=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #76BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFC9 is #894036. Grayscale: #AAAAAA. Windows color (decimal): -8994871 or 13221750. OLE color: 13221750.
HSL color Cylindrical-coordinate representation of color #76BFC9: hue angle of 187.23º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BFC9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 191 | 201 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.21 |
| HSL | 187.23º | 0.43% | 0.63% | - |
| HSV(B) | 187.23º | 0.41% | 0.79% | - |
| XYZ | 36.64 | 45.33 | 62.08 | - |
| YUV | 170.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 201 | 0.41 | 0.05 | 0 | 0.21 | 187.23 | 0.43 | 0.63 |
| Hex | 76 | BF | C9 | 29 | 5 | 0 | 15 | BB | 2B | 3F |
| Octal | 166 | 277 | 311 | 51 | 5 | 0 | 25 | 273 | 53 | 77 |
| Binary | 1110110 | 10111111 | 11001001 | 101001 | 101 | 0 | 10101 | 10111011 | 101011 | 111111 |
Color Harmonies of #76BFC9
Complementary color
Monochromatic Colors of #76BFC9
Black with #76BFC9
Text Example
Text Example
White with #76BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFC9; }
p { color: rgb(118,191,201); }
H1.HeaderClassName
{
color: #76BFC9;
}
.AnyTagClassName
{
color: #76BFC9;
}
</style>
background-color css
<style>
a { background-color: #76BFC9; }
a { background-color: rgb(118,191,201); }
div.DivClassName
{
background-color: #76BFC9;
}
.BgClassName
{
background-color: #76BFC9;
}
</style>
border-color css
<style>
span { border-color: #76BFC9; }
span { border-color: rgb(118,191,201); }
td.TdClassName
{
border-color: #76BFC9;
}
.TagClassName
{
border-color: #76BFC9;
}
</style>