Shades of Seagull #78ADC9
Tints of Seagull #78ADC9
RGB
CMYK
RGB Variations
Color information
#78ADC9 (or 0x78ADC9) is known color: Seagull. HEX triplet: 78, AD and C9. RGB value is (120,173,201). Sum of RGB (Red+Green+Blue) = 120+173+201=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #78ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADC9 is #875236. Grayscale: #A0A0A0. Windows color (decimal): -8868407 or 13217144. OLE color: 13217144.
HSL color Cylindrical-coordinate representation of color #78ADC9: hue angle of 200.74º 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 #78ADC9 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 173 | 201 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.21 |
| HSL | 200.74º | 0.43% | 0.63% | - |
| HSV(B) | 200.74º | 0.4% | 0.79% | - |
| XYZ | 33.23 | 38.1 | 60.86 | - |
| YUV | 160.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 201 | 0.40 | 0.14 | 0 | 0.21 | 200.74 | 0.43 | 0.63 |
| Hex | 78 | AD | C9 | 28 | E | 0 | 15 | C9 | 2B | 3F |
| Octal | 170 | 255 | 311 | 50 | 16 | 0 | 25 | 311 | 53 | 77 |
| Binary | 1111000 | 10101101 | 11001001 | 101000 | 1110 | 0 | 10101 | 11001001 | 101011 | 111111 |
Color Harmonies of #78ADC9
Complementary color
Monochromatic Colors of #78ADC9
Black with #78ADC9
Text Example
Text Example
White with #78ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADC9; }
p { color: rgb(120,173,201); }
H1.HeaderClassName
{
color: #78ADC9;
}
.AnyTagClassName
{
color: #78ADC9;
}
</style>
background-color css
<style>
a { background-color: #78ADC9; }
a { background-color: rgb(120,173,201); }
div.DivClassName
{
background-color: #78ADC9;
}
.BgClassName
{
background-color: #78ADC9;
}
</style>
border-color css
<style>
span { border-color: #78ADC9; }
span { border-color: rgb(120,173,201); }
td.TdClassName
{
border-color: #78ADC9;
}
.TagClassName
{
border-color: #78ADC9;
}
</style>