Shades of Seagull #78B8C9
Tints of Seagull #78B8C9
RGB
CMYK
RGB Variations
Color information
#78B8C9 (or 0x78B8C9) is known color: Seagull. HEX triplet: 78, B8 and C9. RGB value is (120,184,201). Sum of RGB (Red+Green+Blue) = 120+184+201=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #78B8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8C9 is #874736. Grayscale: #A6A6A6. Windows color (decimal): -8865591 or 13219960. OLE color: 13219960.
HSL color Cylindrical-coordinate representation of color #78B8C9: hue angle of 192.59º 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 #78B8C9 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 184 | 201 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.21 |
| HSL | 192.59º | 0.43% | 0.63% | - |
| HSV(B) | 192.59º | 0.4% | 0.79% | - |
| XYZ | 35.43 | 42.49 | 61.59 | - |
| YUV | 166.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 201 | 0.40 | 0.08 | 0 | 0.21 | 192.59 | 0.43 | 0.63 |
| Hex | 78 | B8 | C9 | 28 | 8 | 0 | 15 | C1 | 2B | 3F |
| Octal | 170 | 270 | 311 | 50 | 10 | 0 | 25 | 301 | 53 | 77 |
| Binary | 1111000 | 10111000 | 11001001 | 101000 | 1000 | 0 | 10101 | 11000001 | 101011 | 111111 |
Color Harmonies of #78B8C9
Complementary color
Monochromatic Colors of #78B8C9
Black with #78B8C9
Text Example
Text Example
White with #78B8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8C9; }
p { color: rgb(120,184,201); }
H1.HeaderClassName
{
color: #78B8C9;
}
.AnyTagClassName
{
color: #78B8C9;
}
</style>
background-color css
<style>
a { background-color: #78B8C9; }
a { background-color: rgb(120,184,201); }
div.DivClassName
{
background-color: #78B8C9;
}
.BgClassName
{
background-color: #78B8C9;
}
</style>
border-color css
<style>
span { border-color: #78B8C9; }
span { border-color: rgb(120,184,201); }
td.TdClassName
{
border-color: #78B8C9;
}
.TagClassName
{
border-color: #78B8C9;
}
</style>