Shades of Seagull #78ABCB
Tints of Seagull #78ABCB
RGB
CMYK
RGB Variations
Color information
#78ABCB (or 0x78ABCB) is known color: Seagull. HEX triplet: 78, AB and CB. RGB value is (120,171,203). Sum of RGB (Red+Green+Blue) = 120+171+203=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #78ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCB is #875434. Grayscale: #9F9F9F. Windows color (decimal): -8868917 or 13347704. OLE color: 13347704.
HSL color Cylindrical-coordinate representation of color #78ABCB: hue angle of 203.13º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78ABCB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 171 | 203 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.20 |
| HSL | 203.13º | 0.44% | 0.63% | - |
| HSV(B) | 203.13º | 0.41% | 0.8% | - |
| XYZ | 33.09 | 37.43 | 61.98 | - |
| YUV | 159.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 203 | 0.41 | 0.16 | 0 | 0.20 | 203.13 | 0.44 | 0.63 |
| Hex | 78 | AB | CB | 29 | 10 | 0 | 14 | CB | 2C | 3F |
| Octal | 170 | 253 | 313 | 51 | 20 | 0 | 24 | 313 | 54 | 77 |
| Binary | 1111000 | 10101011 | 11001011 | 101001 | 10000 | 0 | 10100 | 11001011 | 101100 | 111111 |
Color Harmonies of #78ABCB
Complementary color
Monochromatic Colors of #78ABCB
Black with #78ABCB
Text Example
Text Example
White with #78ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABCB; }
p { color: rgb(120,171,203); }
H1.HeaderClassName
{
color: #78ABCB;
}
.AnyTagClassName
{
color: #78ABCB;
}
</style>
background-color css
<style>
a { background-color: #78ABCB; }
a { background-color: rgb(120,171,203); }
div.DivClassName
{
background-color: #78ABCB;
}
.BgClassName
{
background-color: #78ABCB;
}
</style>
border-color css
<style>
span { border-color: #78ABCB; }
span { border-color: rgb(120,171,203); }
td.TdClassName
{
border-color: #78ABCB;
}
.TagClassName
{
border-color: #78ABCB;
}
</style>