Shades of Seagull #78B0D0
Tints of Seagull #78B0D0
RGB
CMYK
RGB Variations
Color information
#78B0D0 (or 0x78B0D0) is known color: Seagull. HEX triplet: 78, B0 and D0. RGB value is (120,176,208). Sum of RGB (Red+Green+Blue) = 120+176+208=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #78B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0D0 is #874F2F. Grayscale: #A2A2A2. Windows color (decimal): -8867632 or 13676664. OLE color: 13676664.
HSL color Cylindrical-coordinate representation of color #78B0D0: hue angle of 201.82º 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 #78B0D0 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 176 | 208 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.18 |
| HSL | 201.82º | 0.48% | 0.64% | - |
| HSV(B) | 201.82º | 0.42% | 0.82% | - |
| XYZ | 34.66 | 39.6 | 65.49 | - |
| YUV | 162.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 208 | 0.42 | 0.15 | 0 | 0.18 | 201.82 | 0.48 | 0.64 |
| Hex | 78 | B0 | D0 | 2A | F | 0 | 12 | CA | 30 | 40 |
| Octal | 170 | 260 | 320 | 52 | 17 | 0 | 22 | 312 | 60 | 100 |
| Binary | 1111000 | 10110000 | 11010000 | 101010 | 1111 | 0 | 10010 | 11001010 | 110000 | 1000000 |
Color Harmonies of #78B0D0
Complementary color
Monochromatic Colors of #78B0D0
Black with #78B0D0
Text Example
Text Example
White with #78B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0D0; }
p { color: rgb(120,176,208); }
H1.HeaderClassName
{
color: #78B0D0;
}
.AnyTagClassName
{
color: #78B0D0;
}
</style>
background-color css
<style>
a { background-color: #78B0D0; }
a { background-color: rgb(120,176,208); }
div.DivClassName
{
background-color: #78B0D0;
}
.BgClassName
{
background-color: #78B0D0;
}
</style>
border-color css
<style>
span { border-color: #78B0D0; }
span { border-color: rgb(120,176,208); }
td.TdClassName
{
border-color: #78B0D0;
}
.TagClassName
{
border-color: #78B0D0;
}
</style>