Shades of Seagull #7ABFCA
Tints of Seagull #7ABFCA
RGB
CMYK
RGB Variations
Color information
#7ABFCA (or 0x7ABFCA) is known color: Seagull. HEX triplet: 7A, BF and CA. RGB value is (122,191,202). Sum of RGB (Red+Green+Blue) = 122+191+202=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #7ABFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCA is #854035. Grayscale: #ABABAB. Windows color (decimal): -8732726 or 13287290. OLE color: 13287290.
HSL color Cylindrical-coordinate representation of color #7ABFCA: hue angle of 188.25º 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 #7ABFCA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 191 | 202 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.21 |
| HSL | 188.25º | 0.43% | 0.64% | - |
| HSV(B) | 188.25º | 0.4% | 0.79% | - |
| XYZ | 37.32 | 45.66 | 62.72 | - |
| YUV | 171.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 202 | 0.40 | 0.05 | 0 | 0.21 | 188.25 | 0.43 | 0.64 |
| Hex | 7A | BF | CA | 28 | 5 | 0 | 15 | BC | 2B | 40 |
| Octal | 172 | 277 | 312 | 50 | 5 | 0 | 25 | 274 | 53 | 100 |
| Binary | 1111010 | 10111111 | 11001010 | 101000 | 101 | 0 | 10101 | 10111100 | 101011 | 1000000 |
Color Harmonies of #7ABFCA
Complementary color
Monochromatic Colors of #7ABFCA
Black with #7ABFCA
Text Example
Text Example
White with #7ABFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFCA; }
p { color: rgb(122,191,202); }
H1.HeaderClassName
{
color: #7ABFCA;
}
.AnyTagClassName
{
color: #7ABFCA;
}
</style>
background-color css
<style>
a { background-color: #7ABFCA; }
a { background-color: rgb(122,191,202); }
div.DivClassName
{
background-color: #7ABFCA;
}
.BgClassName
{
background-color: #7ABFCA;
}
</style>
border-color css
<style>
span { border-color: #7ABFCA; }
span { border-color: rgb(122,191,202); }
td.TdClassName
{
border-color: #7ABFCA;
}
.TagClassName
{
border-color: #7ABFCA;
}
</style>