Shades of Seagull #78BCD0
Tints of Seagull #78BCD0
RGB
CMYK
RGB Variations
Color information
#78BCD0 (or 0x78BCD0) is known color: Seagull. HEX triplet: 78, BC and D0. RGB value is (120,188,208). Sum of RGB (Red+Green+Blue) = 120+188+208=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #78BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCD0 is #87432F. Grayscale: #A9A9A9. Windows color (decimal): -8864560 or 13679736. OLE color: 13679736.
HSL color Cylindrical-coordinate representation of color #78BCD0: hue angle of 193.64º 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 #78BCD0 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 188 | 208 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.18 |
| HSL | 193.64º | 0.48% | 0.64% | - |
| HSV(B) | 193.64º | 0.42% | 0.82% | - |
| XYZ | 37.11 | 44.51 | 66.31 | - |
| YUV | 169.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 208 | 0.42 | 0.10 | 0 | 0.18 | 193.64 | 0.48 | 0.64 |
| Hex | 78 | BC | D0 | 2A | A | 0 | 12 | C2 | 30 | 40 |
| Octal | 170 | 274 | 320 | 52 | 12 | 0 | 22 | 302 | 60 | 100 |
| Binary | 1111000 | 10111100 | 11010000 | 101010 | 1010 | 0 | 10010 | 11000010 | 110000 | 1000000 |
Color Harmonies of #78BCD0
Complementary color
Monochromatic Colors of #78BCD0
Black with #78BCD0
Text Example
Text Example
White with #78BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCD0; }
p { color: rgb(120,188,208); }
H1.HeaderClassName
{
color: #78BCD0;
}
.AnyTagClassName
{
color: #78BCD0;
}
</style>
background-color css
<style>
a { background-color: #78BCD0; }
a { background-color: rgb(120,188,208); }
div.DivClassName
{
background-color: #78BCD0;
}
.BgClassName
{
background-color: #78BCD0;
}
</style>
border-color css
<style>
span { border-color: #78BCD0; }
span { border-color: rgb(120,188,208); }
td.TdClassName
{
border-color: #78BCD0;
}
.TagClassName
{
border-color: #78BCD0;
}
</style>