Shades of Seagull #78BEC9
Tints of Seagull #78BEC9
RGB
CMYK
RGB Variations
Color information
#78BEC9 (or 0x78BEC9) is known color: Seagull. HEX triplet: 78, BE and C9. RGB value is (120,190,201). Sum of RGB (Red+Green+Blue) = 120+190+201=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #78BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEC9 is #874136. Grayscale: #AAAAAA. Windows color (decimal): -8864055 or 13221496. OLE color: 13221496.
HSL color Cylindrical-coordinate representation of color #78BEC9: hue angle of 188.15º 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 #78BEC9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 190 | 201 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.21 |
| HSL | 188.15º | 0.43% | 0.63% | - |
| HSV(B) | 188.15º | 0.4% | 0.79% | - |
| XYZ | 36.7 | 45.04 | 62.02 | - |
| YUV | 170.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 201 | 0.40 | 0.05 | 0 | 0.21 | 188.15 | 0.43 | 0.63 |
| Hex | 78 | BE | C9 | 28 | 5 | 0 | 15 | BC | 2B | 3F |
| Octal | 170 | 276 | 311 | 50 | 5 | 0 | 25 | 274 | 53 | 77 |
| Binary | 1111000 | 10111110 | 11001001 | 101000 | 101 | 0 | 10101 | 10111100 | 101011 | 111111 |
Color Harmonies of #78BEC9
Complementary color
Monochromatic Colors of #78BEC9
Black with #78BEC9
Text Example
Text Example
White with #78BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEC9; }
p { color: rgb(120,190,201); }
H1.HeaderClassName
{
color: #78BEC9;
}
.AnyTagClassName
{
color: #78BEC9;
}
</style>
background-color css
<style>
a { background-color: #78BEC9; }
a { background-color: rgb(120,190,201); }
div.DivClassName
{
background-color: #78BEC9;
}
.BgClassName
{
background-color: #78BEC9;
}
</style>
border-color css
<style>
span { border-color: #78BEC9; }
span { border-color: rgb(120,190,201); }
td.TdClassName
{
border-color: #78BEC9;
}
.TagClassName
{
border-color: #78BEC9;
}
</style>