Shades of Seagull #78ADCC
Tints of Seagull #78ADCC
RGB
CMYK
RGB Variations
Color information
#78ADCC (or 0x78ADCC) is known color: Seagull. HEX triplet: 78, AD and CC. RGB value is (120,173,204). Sum of RGB (Red+Green+Blue) = 120+173+204=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #78ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADCC is #875233. Grayscale: #A0A0A0. Windows color (decimal): -8868404 or 13413752. OLE color: 13413752.
HSL color Cylindrical-coordinate representation of color #78ADCC: hue angle of 202.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78ADCC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 173 | 204 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.2 |
| HSL | 202.14º | 0.45% | 0.64% | - |
| HSV(B) | 202.14º | 0.41% | 0.8% | - |
| XYZ | 33.59 | 38.24 | 62.74 | - |
| YUV | 160.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 204 | 0.41 | 0.15 | 0 | 0.2 | 202.14 | 0.45 | 0.64 |
| Hex | 78 | AD | CC | 29 | F | 0 | 14 | CA | 2D | 40 |
| Octal | 170 | 255 | 314 | 51 | 17 | 0 | 24 | 312 | 55 | 100 |
| Binary | 1111000 | 10101101 | 11001100 | 101001 | 1111 | 0 | 10100 | 11001010 | 101101 | 1000000 |
Color Harmonies of #78ADCC
Complementary color
Monochromatic Colors of #78ADCC
Black with #78ADCC
Text Example
Text Example
White with #78ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADCC; }
p { color: rgb(120,173,204); }
H1.HeaderClassName
{
color: #78ADCC;
}
.AnyTagClassName
{
color: #78ADCC;
}
</style>
background-color css
<style>
a { background-color: #78ADCC; }
a { background-color: rgb(120,173,204); }
div.DivClassName
{
background-color: #78ADCC;
}
.BgClassName
{
background-color: #78ADCC;
}
</style>
border-color css
<style>
span { border-color: #78ADCC; }
span { border-color: rgb(120,173,204); }
td.TdClassName
{
border-color: #78ADCC;
}
.TagClassName
{
border-color: #78ADCC;
}
</style>