Shades of Seagull #7ABECA
Tints of Seagull #7ABECA
RGB
CMYK
RGB Variations
Color information
#7ABECA (or 0x7ABECA) is known color: Seagull. HEX triplet: 7A, BE and CA. RGB value is (122,190,202). Sum of RGB (Red+Green+Blue) = 122+190+202=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #7ABECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECA is #854135. Grayscale: #AAAAAA. Windows color (decimal): -8732982 or 13287034. OLE color: 13287034.
HSL color Cylindrical-coordinate representation of color #7ABECA: hue angle of 189º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABECA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 190 | 202 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.21 |
| HSL | 189º | 0.43% | 0.64% | - |
| HSV(B) | 189º | 0.4% | 0.79% | - |
| XYZ | 37.1 | 45.23 | 62.65 | - |
| YUV | 171.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 202 | 0.40 | 0.06 | 0 | 0.21 | 189 | 0.43 | 0.64 |
| Hex | 7A | BE | CA | 28 | 6 | 0 | 15 | BD | 2B | 40 |
| Octal | 172 | 276 | 312 | 50 | 6 | 0 | 25 | 275 | 53 | 100 |
| Binary | 1111010 | 10111110 | 11001010 | 101000 | 110 | 0 | 10101 | 10111101 | 101011 | 1000000 |
Color Harmonies of #7ABECA
Complementary color
Monochromatic Colors of #7ABECA
Black with #7ABECA
Text Example
Text Example
White with #7ABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABECA; }
p { color: rgb(122,190,202); }
H1.HeaderClassName
{
color: #7ABECA;
}
.AnyTagClassName
{
color: #7ABECA;
}
</style>
background-color css
<style>
a { background-color: #7ABECA; }
a { background-color: rgb(122,190,202); }
div.DivClassName
{
background-color: #7ABECA;
}
.BgClassName
{
background-color: #7ABECA;
}
</style>
border-color css
<style>
span { border-color: #7ABECA; }
span { border-color: rgb(122,190,202); }
td.TdClassName
{
border-color: #7ABECA;
}
.TagClassName
{
border-color: #7ABECA;
}
</style>