Shades of Seagull #78BBC9
Tints of Seagull #78BBC9
RGB
CMYK
RGB Variations
Color information
#78BBC9 (or 0x78BBC9) is known color: Seagull. HEX triplet: 78, BB and C9. RGB value is (120,187,201). Sum of RGB (Red+Green+Blue) = 120+187+201=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #78BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBC9 is #874436. Grayscale: #A8A8A8. Windows color (decimal): -8864823 or 13220728. OLE color: 13220728.
HSL color Cylindrical-coordinate representation of color #78BBC9: hue angle of 190.37º 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 #78BBC9 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 187 | 201 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.21 |
| HSL | 190.37º | 0.43% | 0.63% | - |
| HSV(B) | 190.37º | 0.4% | 0.79% | - |
| XYZ | 36.06 | 43.75 | 61.8 | - |
| YUV | 168.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 201 | 0.40 | 0.07 | 0 | 0.21 | 190.37 | 0.43 | 0.63 |
| Hex | 78 | BB | C9 | 28 | 7 | 0 | 15 | BE | 2B | 3F |
| Octal | 170 | 273 | 311 | 50 | 7 | 0 | 25 | 276 | 53 | 77 |
| Binary | 1111000 | 10111011 | 11001001 | 101000 | 111 | 0 | 10101 | 10111110 | 101011 | 111111 |
Color Harmonies of #78BBC9
Complementary color
Monochromatic Colors of #78BBC9
Black with #78BBC9
Text Example
Text Example
White with #78BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBC9; }
p { color: rgb(120,187,201); }
H1.HeaderClassName
{
color: #78BBC9;
}
.AnyTagClassName
{
color: #78BBC9;
}
</style>
background-color css
<style>
a { background-color: #78BBC9; }
a { background-color: rgb(120,187,201); }
div.DivClassName
{
background-color: #78BBC9;
}
.BgClassName
{
background-color: #78BBC9;
}
</style>
border-color css
<style>
span { border-color: #78BBC9; }
span { border-color: rgb(120,187,201); }
td.TdClassName
{
border-color: #78BBC9;
}
.TagClassName
{
border-color: #78BBC9;
}
</style>