Shades of Seagull #76ADCB
Tints of Seagull #76ADCB
RGB
CMYK
RGB Variations
Color information
#76ADCB (or 0x76ADCB) is known color: Seagull. HEX triplet: 76, AD and CB. RGB value is (118,173,203). Sum of RGB (Red+Green+Blue) = 118+173+203=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #76ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADCB is #895234. Grayscale: #9F9F9F. Windows color (decimal): -8999477 or 13348214. OLE color: 13348214.
HSL color Cylindrical-coordinate representation of color #76ADCB: hue angle of 201.18º 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 #76ADCB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 173 | 203 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.20 |
| HSL | 201.18º | 0.45% | 0.63% | - |
| HSV(B) | 201.18º | 0.42% | 0.8% | - |
| XYZ | 33.19 | 38.05 | 62.09 | - |
| YUV | 159.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 203 | 0.42 | 0.15 | 0 | 0.20 | 201.18 | 0.45 | 0.63 |
| Hex | 76 | AD | CB | 2A | F | 0 | 14 | C9 | 2D | 3F |
| Octal | 166 | 255 | 313 | 52 | 17 | 0 | 24 | 311 | 55 | 77 |
| Binary | 1110110 | 10101101 | 11001011 | 101010 | 1111 | 0 | 10100 | 11001001 | 101101 | 111111 |
Color Harmonies of #76ADCB
Complementary color
Monochromatic Colors of #76ADCB
Black with #76ADCB
Text Example
Text Example
White with #76ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADCB; }
p { color: rgb(118,173,203); }
H1.HeaderClassName
{
color: #76ADCB;
}
.AnyTagClassName
{
color: #76ADCB;
}
</style>
background-color css
<style>
a { background-color: #76ADCB; }
a { background-color: rgb(118,173,203); }
div.DivClassName
{
background-color: #76ADCB;
}
.BgClassName
{
background-color: #76ADCB;
}
</style>
border-color css
<style>
span { border-color: #76ADCB; }
span { border-color: rgb(118,173,203); }
td.TdClassName
{
border-color: #76ADCB;
}
.TagClassName
{
border-color: #76ADCB;
}
</style>