Shades of Seagull #78BBCD
Tints of Seagull #78BBCD
RGB
CMYK
RGB Variations
Color information
#78BBCD (or 0x78BBCD) is known color: Seagull. HEX triplet: 78, BB and CD. RGB value is (120,187,205). Sum of RGB (Red+Green+Blue) = 120+187+205=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #78BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBCD is #874432. Grayscale: #A8A8A8. Windows color (decimal): -8864819 or 13482872. OLE color: 13482872.
HSL color Cylindrical-coordinate representation of color #78BBCD: hue angle of 192.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BBCD is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 187 | 205 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.20 |
| HSL | 192.71º | 0.46% | 0.64% | - |
| HSV(B) | 192.71º | 0.41% | 0.8% | - |
| XYZ | 36.54 | 43.94 | 64.31 | - |
| YUV | 169.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 205 | 0.41 | 0.09 | 0 | 0.20 | 192.71 | 0.46 | 0.64 |
| Hex | 78 | BB | CD | 29 | 9 | 0 | 14 | C1 | 2E | 40 |
| Octal | 170 | 273 | 315 | 51 | 11 | 0 | 24 | 301 | 56 | 100 |
| Binary | 1111000 | 10111011 | 11001101 | 101001 | 1001 | 0 | 10100 | 11000001 | 101110 | 1000000 |
Color Harmonies of #78BBCD
Complementary color
Monochromatic Colors of #78BBCD
Black with #78BBCD
Text Example
Text Example
White with #78BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBCD; }
p { color: rgb(120,187,205); }
H1.HeaderClassName
{
color: #78BBCD;
}
.AnyTagClassName
{
color: #78BBCD;
}
</style>
background-color css
<style>
a { background-color: #78BBCD; }
a { background-color: rgb(120,187,205); }
div.DivClassName
{
background-color: #78BBCD;
}
.BgClassName
{
background-color: #78BBCD;
}
</style>
border-color css
<style>
span { border-color: #78BBCD; }
span { border-color: rgb(120,187,205); }
td.TdClassName
{
border-color: #78BBCD;
}
.TagClassName
{
border-color: #78BBCD;
}
</style>