Shades of Seagull #7ABCCC
Tints of Seagull #7ABCCC
RGB
CMYK
RGB Variations
Color information
#7ABCCC (or 0x7ABCCC) is known color: Seagull. HEX triplet: 7A, BC and CC. RGB value is (122,188,204). Sum of RGB (Red+Green+Blue) = 122+188+204=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCCC is #854333. Grayscale: #A9A9A9. Windows color (decimal): -8733492 or 13417594. OLE color: 13417594.
HSL color Cylindrical-coordinate representation of color #7ABCCC: hue angle of 191.71º degrees, saturation: 0.45, 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 #7ABCCC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 188 | 204 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.2 |
| HSL | 191.71º | 0.45% | 0.64% | - |
| HSV(B) | 191.71º | 0.4% | 0.8% | - |
| XYZ | 36.91 | 44.46 | 63.76 | - |
| YUV | 170.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 204 | 0.40 | 0.08 | 0 | 0.2 | 191.71 | 0.45 | 0.64 |
| Hex | 7A | BC | CC | 28 | 8 | 0 | 14 | C0 | 2D | 40 |
| Octal | 172 | 274 | 314 | 50 | 10 | 0 | 24 | 300 | 55 | 100 |
| Binary | 1111010 | 10111100 | 11001100 | 101000 | 1000 | 0 | 10100 | 11000000 | 101101 | 1000000 |
Color Harmonies of #7ABCCC
Complementary color
Monochromatic Colors of #7ABCCC
Black with #7ABCCC
Text Example
Text Example
White with #7ABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCCC; }
p { color: rgb(122,188,204); }
H1.HeaderClassName
{
color: #7ABCCC;
}
.AnyTagClassName
{
color: #7ABCCC;
}
</style>
background-color css
<style>
a { background-color: #7ABCCC; }
a { background-color: rgb(122,188,204); }
div.DivClassName
{
background-color: #7ABCCC;
}
.BgClassName
{
background-color: #7ABCCC;
}
</style>
border-color css
<style>
span { border-color: #7ABCCC; }
span { border-color: rgb(122,188,204); }
td.TdClassName
{
border-color: #7ABCCC;
}
.TagClassName
{
border-color: #7ABCCC;
}
</style>