Shades of Seagull #78BBC8
Tints of Seagull #78BBC8
RGB
CMYK
RGB Variations
Color information
#78BBC8 (or 0x78BBC8) is known color: Seagull. HEX triplet: 78, BB and C8. RGB value is (120,187,200). Sum of RGB (Red+Green+Blue) = 120+187+200=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #78BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBC8 is #874437. Grayscale: #A8A8A8. Windows color (decimal): -8864824 or 13155192. OLE color: 13155192.
HSL color Cylindrical-coordinate representation of color #78BBC8: hue angle of 189.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78BBC8 is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 187 | 200 | - |
| CMYK | 0.4 | 0.06 | 0 | 0.22 |
| HSL | 189.75º | 0.42% | 0.63% | - |
| HSV(B) | 189.75º | 0.4% | 0.78% | - |
| XYZ | 35.94 | 43.7 | 61.18 | - |
| YUV | 168.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 200 | 0.4 | 0.06 | 0 | 0.22 | 189.75 | 0.42 | 0.63 |
| Hex | 78 | BB | C8 | 28 | 6 | 0 | 16 | BE | 2A | 3F |
| Octal | 170 | 273 | 310 | 50 | 6 | 0 | 26 | 276 | 52 | 77 |
| Binary | 1111000 | 10111011 | 11001000 | 101000 | 110 | 0 | 10110 | 10111110 | 101010 | 111111 |
Color Harmonies of #78BBC8
Complementary color
Monochromatic Colors of #78BBC8
Black with #78BBC8
Text Example
Text Example
White with #78BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBC8; }
p { color: rgb(120,187,200); }
H1.HeaderClassName
{
color: #78BBC8;
}
.AnyTagClassName
{
color: #78BBC8;
}
</style>
background-color css
<style>
a { background-color: #78BBC8; }
a { background-color: rgb(120,187,200); }
div.DivClassName
{
background-color: #78BBC8;
}
.BgClassName
{
background-color: #78BBC8;
}
</style>
border-color css
<style>
span { border-color: #78BBC8; }
span { border-color: rgb(120,187,200); }
td.TdClassName
{
border-color: #78BBC8;
}
.TagClassName
{
border-color: #78BBC8;
}
</style>