Shades of Seagull #78ABC8
Tints of Seagull #78ABC8
RGB
CMYK
RGB Variations
Color information
#78ABC8 (or 0x78ABC8) is known color: Seagull. HEX triplet: 78, AB and C8. RGB value is (120,171,200). Sum of RGB (Red+Green+Blue) = 120+171+200=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #78ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABC8 is #875437. Grayscale: #9E9E9E. Windows color (decimal): -8868920 or 13151096. OLE color: 13151096.
HSL color Cylindrical-coordinate representation of color #78ABC8: hue angle of 201.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 #78ABC8 is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 171 | 200 | - |
| CMYK | 0.4 | 0.14 | 0 | 0.22 |
| HSL | 201.75º | 0.42% | 0.63% | - |
| HSV(B) | 201.75º | 0.4% | 0.78% | - |
| XYZ | 32.73 | 37.29 | 60.12 | - |
| YUV | 159.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 200 | 0.4 | 0.14 | 0 | 0.22 | 201.75 | 0.42 | 0.63 |
| Hex | 78 | AB | C8 | 28 | E | 0 | 16 | CA | 2A | 3F |
| Octal | 170 | 253 | 310 | 50 | 16 | 0 | 26 | 312 | 52 | 77 |
| Binary | 1111000 | 10101011 | 11001000 | 101000 | 1110 | 0 | 10110 | 11001010 | 101010 | 111111 |
Color Harmonies of #78ABC8
Complementary color
Monochromatic Colors of #78ABC8
Black with #78ABC8
Text Example
Text Example
White with #78ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABC8; }
p { color: rgb(120,171,200); }
H1.HeaderClassName
{
color: #78ABC8;
}
.AnyTagClassName
{
color: #78ABC8;
}
</style>
background-color css
<style>
a { background-color: #78ABC8; }
a { background-color: rgb(120,171,200); }
div.DivClassName
{
background-color: #78ABC8;
}
.BgClassName
{
background-color: #78ABC8;
}
</style>
border-color css
<style>
span { border-color: #78ABC8; }
span { border-color: rgb(120,171,200); }
td.TdClassName
{
border-color: #78ABC8;
}
.TagClassName
{
border-color: #78ABC8;
}
</style>