Shades of Seagull #78ACD0
Tints of Seagull #78ACD0
RGB
CMYK
RGB Variations
Color information
#78ACD0 (or 0x78ACD0) is known color: Seagull. HEX triplet: 78, AC and D0. RGB value is (120,172,208). Sum of RGB (Red+Green+Blue) = 120+172+208=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #78ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACD0 is #87532F. Grayscale: #A0A0A0. Windows color (decimal): -8868656 or 13675640. OLE color: 13675640.
HSL color Cylindrical-coordinate representation of color #78ACD0: hue angle of 204.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78ACD0 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 172 | 208 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.18 |
| HSL | 204.55º | 0.48% | 0.64% | - |
| HSV(B) | 204.55º | 0.42% | 0.82% | - |
| XYZ | 33.88 | 38.05 | 65.23 | - |
| YUV | 160.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 208 | 0.42 | 0.17 | 0 | 0.18 | 204.55 | 0.48 | 0.64 |
| Hex | 78 | AC | D0 | 2A | 11 | 0 | 12 | CD | 30 | 40 |
| Octal | 170 | 254 | 320 | 52 | 21 | 0 | 22 | 315 | 60 | 100 |
| Binary | 1111000 | 10101100 | 11010000 | 101010 | 10001 | 0 | 10010 | 11001101 | 110000 | 1000000 |
Color Harmonies of #78ACD0
Complementary color
Monochromatic Colors of #78ACD0
Black with #78ACD0
Text Example
Text Example
White with #78ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ACD0; }
p { color: rgb(120,172,208); }
H1.HeaderClassName
{
color: #78ACD0;
}
.AnyTagClassName
{
color: #78ACD0;
}
</style>
background-color css
<style>
a { background-color: #78ACD0; }
a { background-color: rgb(120,172,208); }
div.DivClassName
{
background-color: #78ACD0;
}
.BgClassName
{
background-color: #78ACD0;
}
</style>
border-color css
<style>
span { border-color: #78ACD0; }
span { border-color: rgb(120,172,208); }
td.TdClassName
{
border-color: #78ACD0;
}
.TagClassName
{
border-color: #78ACD0;
}
</style>