Shades of Seagull #78BEE0
Tints of Seagull #78BEE0
RGB
CMYK
RGB Variations
Color information
#78BEE0 (or 0x78BEE0) is known color: Seagull. HEX triplet: 78, BE and E0. RGB value is (120,190,224). Sum of RGB (Red+Green+Blue) = 120+190+224=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #78BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEE0 is #87411F. Grayscale: #ACACAC. Windows color (decimal): -8864032 or 14728824. OLE color: 14728824.
HSL color Cylindrical-coordinate representation of color #78BEE0: hue angle of 199.62º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78BEE0 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 190 | 224 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.12 |
| HSL | 199.62º | 0.63% | 0.67% | - |
| HSV(B) | 199.62º | 0.46% | 0.88% | - |
| XYZ | 39.61 | 46.2 | 77.35 | - |
| YUV | 172.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 224 | 0.46 | 0.15 | 0 | 0.12 | 199.62 | 0.63 | 0.67 |
| Hex | 78 | BE | E0 | 2E | F | 0 | C | C8 | 3F | 43 |
| Octal | 170 | 276 | 340 | 56 | 17 | 0 | 14 | 310 | 77 | 103 |
| Binary | 1111000 | 10111110 | 11100000 | 101110 | 1111 | 0 | 1100 | 11001000 | 111111 | 1000011 |
Color Harmonies of #78BEE0
Complementary color
Monochromatic Colors of #78BEE0
Black with #78BEE0
Text Example
Text Example
White with #78BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEE0; }
p { color: rgb(120,190,224); }
H1.HeaderClassName
{
color: #78BEE0;
}
.AnyTagClassName
{
color: #78BEE0;
}
</style>
background-color css
<style>
a { background-color: #78BEE0; }
a { background-color: rgb(120,190,224); }
div.DivClassName
{
background-color: #78BEE0;
}
.BgClassName
{
background-color: #78BEE0;
}
</style>
border-color css
<style>
span { border-color: #78BEE0; }
span { border-color: rgb(120,190,224); }
td.TdClassName
{
border-color: #78BEE0;
}
.TagClassName
{
border-color: #78BEE0;
}
</style>