Shades of Seagull #78ABCF
Tints of Seagull #78ABCF
RGB
CMYK
RGB Variations
Color information
#78ABCF (or 0x78ABCF) is known color: Seagull. HEX triplet: 78, AB and CF. RGB value is (120,171,207). Sum of RGB (Red+Green+Blue) = 120+171+207=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #78ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCF is #875430. Grayscale: #9F9F9F. Windows color (decimal): -8868913 or 13609848. OLE color: 13609848.
HSL color Cylindrical-coordinate representation of color #78ABCF: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78ABCF is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 171 | 207 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.19 |
| HSL | 204.83º | 0.48% | 0.64% | - |
| HSV(B) | 204.83º | 0.42% | 0.81% | - |
| XYZ | 33.57 | 37.62 | 64.52 | - |
| YUV | 159.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 207 | 0.42 | 0.17 | 0 | 0.19 | 204.83 | 0.48 | 0.64 |
| Hex | 78 | AB | CF | 2A | 11 | 0 | 13 | CD | 30 | 40 |
| Octal | 170 | 253 | 317 | 52 | 21 | 0 | 23 | 315 | 60 | 100 |
| Binary | 1111000 | 10101011 | 11001111 | 101010 | 10001 | 0 | 10011 | 11001101 | 110000 | 1000000 |
Color Harmonies of #78ABCF
Complementary color
Monochromatic Colors of #78ABCF
Black with #78ABCF
Text Example
Text Example
White with #78ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABCF; }
p { color: rgb(120,171,207); }
H1.HeaderClassName
{
color: #78ABCF;
}
.AnyTagClassName
{
color: #78ABCF;
}
</style>
background-color css
<style>
a { background-color: #78ABCF; }
a { background-color: rgb(120,171,207); }
div.DivClassName
{
background-color: #78ABCF;
}
.BgClassName
{
background-color: #78ABCF;
}
</style>
border-color css
<style>
span { border-color: #78ABCF; }
span { border-color: rgb(120,171,207); }
td.TdClassName
{
border-color: #78ABCF;
}
.TagClassName
{
border-color: #78ABCF;
}
</style>