Shades of Seagull #78BFC9
Tints of Seagull #78BFC9
RGB
CMYK
RGB Variations
Color information
#78BFC9 (or 0x78BFC9) is known color: Seagull. HEX triplet: 78, BF and C9. RGB value is (120,191,201). Sum of RGB (Red+Green+Blue) = 120+191+201=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #78BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFC9 is #874036. Grayscale: #AAAAAA. Windows color (decimal): -8863799 or 13221752. OLE color: 13221752.
HSL color Cylindrical-coordinate representation of color #78BFC9: hue angle of 187.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78BFC9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 191 | 201 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.21 |
| HSL | 187.41º | 0.43% | 0.63% | - |
| HSV(B) | 187.41º | 0.4% | 0.79% | - |
| XYZ | 36.92 | 45.47 | 62.09 | - |
| YUV | 170.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 201 | 0.40 | 0.05 | 0 | 0.21 | 187.41 | 0.43 | 0.63 |
| Hex | 78 | BF | C9 | 28 | 5 | 0 | 15 | BB | 2B | 3F |
| Octal | 170 | 277 | 311 | 50 | 5 | 0 | 25 | 273 | 53 | 77 |
| Binary | 1111000 | 10111111 | 11001001 | 101000 | 101 | 0 | 10101 | 10111011 | 101011 | 111111 |
Color Harmonies of #78BFC9
Complementary color
Monochromatic Colors of #78BFC9
Black with #78BFC9
Text Example
Text Example
White with #78BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFC9; }
p { color: rgb(120,191,201); }
H1.HeaderClassName
{
color: #78BFC9;
}
.AnyTagClassName
{
color: #78BFC9;
}
</style>
background-color css
<style>
a { background-color: #78BFC9; }
a { background-color: rgb(120,191,201); }
div.DivClassName
{
background-color: #78BFC9;
}
.BgClassName
{
background-color: #78BFC9;
}
</style>
border-color css
<style>
span { border-color: #78BFC9; }
span { border-color: rgb(120,191,201); }
td.TdClassName
{
border-color: #78BFC9;
}
.TagClassName
{
border-color: #78BFC9;
}
</style>