Shades of Seagull #7BBACA
Tints of Seagull #7BBACA
RGB
CMYK
RGB Variations
Color information
#7BBACA (or 0x7BBACA) is known color: Seagull. HEX triplet: 7B, BA and CA. RGB value is (123,186,202). Sum of RGB (Red+Green+Blue) = 123+186+202=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBACA is #844535. Grayscale: #A8A8A8. Windows color (decimal): -8668470 or 13286011. OLE color: 13286011.
HSL color Cylindrical-coordinate representation of color #7BBACA: hue angle of 192.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBACA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 186 | 202 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.21 |
| HSL | 192.15º | 0.43% | 0.64% | - |
| HSV(B) | 192.15º | 0.39% | 0.79% | - |
| XYZ | 36.39 | 43.59 | 62.37 | - |
| YUV | 168.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 202 | 0.39 | 0.08 | 0 | 0.21 | 192.15 | 0.43 | 0.64 |
| Hex | 7B | BA | CA | 27 | 8 | 0 | 15 | C0 | 2B | 40 |
| Octal | 173 | 272 | 312 | 47 | 10 | 0 | 25 | 300 | 53 | 100 |
| Binary | 1111011 | 10111010 | 11001010 | 100111 | 1000 | 0 | 10101 | 11000000 | 101011 | 1000000 |
Color Harmonies of #7BBACA
Complementary color
Monochromatic Colors of #7BBACA
Black with #7BBACA
Text Example
Text Example
White with #7BBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBACA; }
p { color: rgb(123,186,202); }
H1.HeaderClassName
{
color: #7BBACA;
}
.AnyTagClassName
{
color: #7BBACA;
}
</style>
background-color css
<style>
a { background-color: #7BBACA; }
a { background-color: rgb(123,186,202); }
div.DivClassName
{
background-color: #7BBACA;
}
.BgClassName
{
background-color: #7BBACA;
}
</style>
border-color css
<style>
span { border-color: #7BBACA; }
span { border-color: rgb(123,186,202); }
td.TdClassName
{
border-color: #7BBACA;
}
.TagClassName
{
border-color: #7BBACA;
}
</style>