Shades of Seagull #7ABFCF
Tints of Seagull #7ABFCF
RGB
CMYK
RGB Variations
Color information
#7ABFCF (or 0x7ABFCF) is known color: Seagull. HEX triplet: 7A, BF and CF. RGB value is (122,191,207). Sum of RGB (Red+Green+Blue) = 122+191+207=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ABFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCF is #854030. Grayscale: #ACACAC. Windows color (decimal): -8732721 or 13614970. OLE color: 13614970.
HSL color Cylindrical-coordinate representation of color #7ABFCF: hue angle of 191.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABFCF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 191 | 207 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.19 |
| HSL | 191.29º | 0.47% | 0.65% | - |
| HSV(B) | 191.29º | 0.41% | 0.81% | - |
| XYZ | 37.92 | 45.9 | 65.89 | - |
| YUV | 172.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 207 | 0.41 | 0.08 | 0 | 0.19 | 191.29 | 0.47 | 0.65 |
| Hex | 7A | BF | CF | 29 | 8 | 0 | 13 | BF | 2F | 41 |
| Octal | 172 | 277 | 317 | 51 | 10 | 0 | 23 | 277 | 57 | 101 |
| Binary | 1111010 | 10111111 | 11001111 | 101001 | 1000 | 0 | 10011 | 10111111 | 101111 | 1000001 |
Color Harmonies of #7ABFCF
Complementary color
Monochromatic Colors of #7ABFCF
Black with #7ABFCF
Text Example
Text Example
White with #7ABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFCF; }
p { color: rgb(122,191,207); }
H1.HeaderClassName
{
color: #7ABFCF;
}
.AnyTagClassName
{
color: #7ABFCF;
}
</style>
background-color css
<style>
a { background-color: #7ABFCF; }
a { background-color: rgb(122,191,207); }
div.DivClassName
{
background-color: #7ABFCF;
}
.BgClassName
{
background-color: #7ABFCF;
}
</style>
border-color css
<style>
span { border-color: #7ABFCF; }
span { border-color: rgb(122,191,207); }
td.TdClassName
{
border-color: #7ABFCF;
}
.TagClassName
{
border-color: #7ABFCF;
}
</style>