Shades of Seagull #76BDCB
Tints of Seagull #76BDCB
RGB
CMYK
RGB Variations
Color information
#76BDCB (or 0x76BDCB) is known color: Seagull. HEX triplet: 76, BD and CB. RGB value is (118,189,203). Sum of RGB (Red+Green+Blue) = 118+189+203=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #76BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDCB is #894234. Grayscale: #A9A9A9. Windows color (decimal): -8995381 or 13352310. OLE color: 13352310.
HSL color Cylindrical-coordinate representation of color #76BDCB: hue angle of 189.88º 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 #76BDCB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 189 | 203 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.20 |
| HSL | 189.88º | 0.45% | 0.63% | - |
| HSV(B) | 189.88º | 0.42% | 0.8% | - |
| XYZ | 36.45 | 44.56 | 63.18 | - |
| YUV | 169.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 203 | 0.42 | 0.07 | 0 | 0.20 | 189.88 | 0.45 | 0.63 |
| Hex | 76 | BD | CB | 2A | 7 | 0 | 14 | BE | 2D | 3F |
| Octal | 166 | 275 | 313 | 52 | 7 | 0 | 24 | 276 | 55 | 77 |
| Binary | 1110110 | 10111101 | 11001011 | 101010 | 111 | 0 | 10100 | 10111110 | 101101 | 111111 |
Color Harmonies of #76BDCB
Complementary color
Monochromatic Colors of #76BDCB
Black with #76BDCB
Text Example
Text Example
White with #76BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDCB; }
p { color: rgb(118,189,203); }
H1.HeaderClassName
{
color: #76BDCB;
}
.AnyTagClassName
{
color: #76BDCB;
}
</style>
background-color css
<style>
a { background-color: #76BDCB; }
a { background-color: rgb(118,189,203); }
div.DivClassName
{
background-color: #76BDCB;
}
.BgClassName
{
background-color: #76BDCB;
}
</style>
border-color css
<style>
span { border-color: #76BDCB; }
span { border-color: rgb(118,189,203); }
td.TdClassName
{
border-color: #76BDCB;
}
.TagClassName
{
border-color: #76BDCB;
}
</style>