Shades of Seagull #76C1CB
Tints of Seagull #76C1CB
RGB
CMYK
RGB Variations
Color information
#76C1CB (or 0x76C1CB) is known color: Seagull. HEX triplet: 76, C1 and CB. RGB value is (118,193,203). Sum of RGB (Red+Green+Blue) = 118+193+203=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #76C1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C1CB is #893E34. Grayscale: #ABABAB. Windows color (decimal): -8994357 or 13353334. OLE color: 13353334.
HSL color Cylindrical-coordinate representation of color #76C1CB: hue angle of 187.06º degrees, saturation: 0.45, 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 #76C1CB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 193 | 203 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.20 |
| HSL | 187.06º | 0.45% | 0.63% | - |
| HSV(B) | 187.06º | 0.42% | 0.8% | - |
| XYZ | 37.32 | 46.3 | 63.47 | - |
| YUV | 171.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 203 | 0.42 | 0.05 | 0 | 0.20 | 187.06 | 0.45 | 0.63 |
| Hex | 76 | C1 | CB | 2A | 5 | 0 | 14 | BB | 2D | 3F |
| Octal | 166 | 301 | 313 | 52 | 5 | 0 | 24 | 273 | 55 | 77 |
| Binary | 1110110 | 11000001 | 11001011 | 101010 | 101 | 0 | 10100 | 10111011 | 101101 | 111111 |
Color Harmonies of #76C1CB
Complementary color
Monochromatic Colors of #76C1CB
Black with #76C1CB
Text Example
Text Example
White with #76C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1CB; }
p { color: rgb(118,193,203); }
H1.HeaderClassName
{
color: #76C1CB;
}
.AnyTagClassName
{
color: #76C1CB;
}
</style>
background-color css
<style>
a { background-color: #76C1CB; }
a { background-color: rgb(118,193,203); }
div.DivClassName
{
background-color: #76C1CB;
}
.BgClassName
{
background-color: #76C1CB;
}
</style>
border-color css
<style>
span { border-color: #76C1CB; }
span { border-color: rgb(118,193,203); }
td.TdClassName
{
border-color: #76C1CB;
}
.TagClassName
{
border-color: #76C1CB;
}
</style>