Shades of Seagull #7ABACB
Tints of Seagull #7ABACB
RGB
CMYK
RGB Variations
Color information
#7ABACB (or 0x7ABACB) is known color: Seagull. HEX triplet: 7A, BA and CB. RGB value is (122,186,203). Sum of RGB (Red+Green+Blue) = 122+186+203=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #7ABACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABACB is #854534. Grayscale: #A8A8A8. Windows color (decimal): -8734005 or 13351546. OLE color: 13351546.
HSL color Cylindrical-coordinate representation of color #7ABACB: hue angle of 192.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABACB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 186 | 203 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.20 |
| HSL | 192.59º | 0.44% | 0.64% | - |
| HSV(B) | 192.59º | 0.4% | 0.8% | - |
| XYZ | 36.36 | 43.57 | 62.99 | - |
| YUV | 168.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 203 | 0.40 | 0.08 | 0 | 0.20 | 192.59 | 0.44 | 0.64 |
| Hex | 7A | BA | CB | 28 | 8 | 0 | 14 | C1 | 2C | 40 |
| Octal | 172 | 272 | 313 | 50 | 10 | 0 | 24 | 301 | 54 | 100 |
| Binary | 1111010 | 10111010 | 11001011 | 101000 | 1000 | 0 | 10100 | 11000001 | 101100 | 1000000 |
Color Harmonies of #7ABACB
Complementary color
Monochromatic Colors of #7ABACB
Black with #7ABACB
Text Example
Text Example
White with #7ABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABACB; }
p { color: rgb(122,186,203); }
H1.HeaderClassName
{
color: #7ABACB;
}
.AnyTagClassName
{
color: #7ABACB;
}
</style>
background-color css
<style>
a { background-color: #7ABACB; }
a { background-color: rgb(122,186,203); }
div.DivClassName
{
background-color: #7ABACB;
}
.BgClassName
{
background-color: #7ABACB;
}
</style>
border-color css
<style>
span { border-color: #7ABACB; }
span { border-color: rgb(122,186,203); }
td.TdClassName
{
border-color: #7ABACB;
}
.TagClassName
{
border-color: #7ABACB;
}
</style>