Shades of Seagull #76ADCF
Tints of Seagull #76ADCF
RGB
CMYK
RGB Variations
Color information
#76ADCF (or 0x76ADCF) is known color: Seagull. HEX triplet: 76, AD and CF. RGB value is (118,173,207). Sum of RGB (Red+Green+Blue) = 118+173+207=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #76ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADCF is #895230. Grayscale: #A0A0A0. Windows color (decimal): -8999473 or 13610358. OLE color: 13610358.
HSL color Cylindrical-coordinate representation of color #76ADCF: hue angle of 202.92º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76ADCF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 173 | 207 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.19 |
| HSL | 202.92º | 0.48% | 0.64% | - |
| HSV(B) | 202.92º | 0.43% | 0.81% | - |
| XYZ | 33.68 | 38.24 | 64.64 | - |
| YUV | 160.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 207 | 0.43 | 0.16 | 0 | 0.19 | 202.92 | 0.48 | 0.64 |
| Hex | 76 | AD | CF | 2B | 10 | 0 | 13 | CB | 30 | 40 |
| Octal | 166 | 255 | 317 | 53 | 20 | 0 | 23 | 313 | 60 | 100 |
| Binary | 1110110 | 10101101 | 11001111 | 101011 | 10000 | 0 | 10011 | 11001011 | 110000 | 1000000 |
Color Harmonies of #76ADCF
Complementary color
Monochromatic Colors of #76ADCF
Black with #76ADCF
Text Example
Text Example
White with #76ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADCF; }
p { color: rgb(118,173,207); }
H1.HeaderClassName
{
color: #76ADCF;
}
.AnyTagClassName
{
color: #76ADCF;
}
</style>
background-color css
<style>
a { background-color: #76ADCF; }
a { background-color: rgb(118,173,207); }
div.DivClassName
{
background-color: #76ADCF;
}
.BgClassName
{
background-color: #76ADCF;
}
</style>
border-color css
<style>
span { border-color: #76ADCF; }
span { border-color: rgb(118,173,207); }
td.TdClassName
{
border-color: #76ADCF;
}
.TagClassName
{
border-color: #76ADCF;
}
</style>