Shades of Seagull #78AFC9
Tints of Seagull #78AFC9
RGB
CMYK
RGB Variations
Color information
#78AFC9 (or 0x78AFC9) is known color: Seagull. HEX triplet: 78, AF and C9. RGB value is (120,175,201). Sum of RGB (Red+Green+Blue) = 120+175+201=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #78AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFC9 is #875036. Grayscale: #A1A1A1. Windows color (decimal): -8867895 or 13217656. OLE color: 13217656.
HSL color Cylindrical-coordinate representation of color #78AFC9: hue angle of 199.26º 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 #78AFC9 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 175 | 201 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.21 |
| HSL | 199.26º | 0.43% | 0.63% | - |
| HSV(B) | 199.26º | 0.4% | 0.79% | - |
| XYZ | 33.62 | 38.87 | 60.99 | - |
| YUV | 161.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 201 | 0.40 | 0.13 | 0 | 0.21 | 199.26 | 0.43 | 0.63 |
| Hex | 78 | AF | C9 | 28 | D | 0 | 15 | C7 | 2B | 3F |
| Octal | 170 | 257 | 311 | 50 | 15 | 0 | 25 | 307 | 53 | 77 |
| Binary | 1111000 | 10101111 | 11001001 | 101000 | 1101 | 0 | 10101 | 11000111 | 101011 | 111111 |
Color Harmonies of #78AFC9
Complementary color
Monochromatic Colors of #78AFC9
Black with #78AFC9
Text Example
Text Example
White with #78AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AFC9; }
p { color: rgb(120,175,201); }
H1.HeaderClassName
{
color: #78AFC9;
}
.AnyTagClassName
{
color: #78AFC9;
}
</style>
background-color css
<style>
a { background-color: #78AFC9; }
a { background-color: rgb(120,175,201); }
div.DivClassName
{
background-color: #78AFC9;
}
.BgClassName
{
background-color: #78AFC9;
}
</style>
border-color css
<style>
span { border-color: #78AFC9; }
span { border-color: rgb(120,175,201); }
td.TdClassName
{
border-color: #78AFC9;
}
.TagClassName
{
border-color: #78AFC9;
}
</style>