Shades of Seagull #76BCCC
Tints of Seagull #76BCCC
RGB
CMYK
RGB Variations
Color information
#76BCCC (or 0x76BCCC) is known color: Seagull. HEX triplet: 76, BC and CC. RGB value is (118,188,204). Sum of RGB (Red+Green+Blue) = 118+188+204=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #76BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCC is #894333. Grayscale: #A8A8A8. Windows color (decimal): -8995636 or 13417590. OLE color: 13417590.
HSL color Cylindrical-coordinate representation of color #76BCCC: hue angle of 191.16º 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 #76BCCC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 188 | 204 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.2 |
| HSL | 191.16º | 0.46% | 0.63% | - |
| HSV(B) | 191.16º | 0.42% | 0.8% | - |
| XYZ | 36.35 | 44.18 | 63.74 | - |
| YUV | 168.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 204 | 0.42 | 0.08 | 0 | 0.2 | 191.16 | 0.46 | 0.63 |
| Hex | 76 | BC | CC | 2A | 8 | 0 | 14 | BF | 2E | 3F |
| Octal | 166 | 274 | 314 | 52 | 10 | 0 | 24 | 277 | 56 | 77 |
| Binary | 1110110 | 10111100 | 11001100 | 101010 | 1000 | 0 | 10100 | 10111111 | 101110 | 111111 |
Color Harmonies of #76BCCC
Complementary color
Monochromatic Colors of #76BCCC
Black with #76BCCC
Text Example
Text Example
White with #76BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCCC; }
p { color: rgb(118,188,204); }
H1.HeaderClassName
{
color: #76BCCC;
}
.AnyTagClassName
{
color: #76BCCC;
}
</style>
background-color css
<style>
a { background-color: #76BCCC; }
a { background-color: rgb(118,188,204); }
div.DivClassName
{
background-color: #76BCCC;
}
.BgClassName
{
background-color: #76BCCC;
}
</style>
border-color css
<style>
span { border-color: #76BCCC; }
span { border-color: rgb(118,188,204); }
td.TdClassName
{
border-color: #76BCCC;
}
.TagClassName
{
border-color: #76BCCC;
}
</style>