Shades of Seagull #78AECC
Tints of Seagull #78AECC
RGB
CMYK
RGB Variations
Color information
#78AECC (or 0x78AECC) is known color: Seagull. HEX triplet: 78, AE and CC. RGB value is (120,174,204). Sum of RGB (Red+Green+Blue) = 120+174+204=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #78AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AECC is #875133. Grayscale: #A1A1A1. Windows color (decimal): -8868148 or 13414008. OLE color: 13414008.
HSL color Cylindrical-coordinate representation of color #78AECC: hue angle of 201.43º 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 #78AECC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 174 | 204 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.2 |
| HSL | 201.43º | 0.45% | 0.64% | - |
| HSV(B) | 201.43º | 0.41% | 0.8% | - |
| XYZ | 33.78 | 38.62 | 62.8 | - |
| YUV | 161.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 204 | 0.41 | 0.15 | 0 | 0.2 | 201.43 | 0.45 | 0.64 |
| Hex | 78 | AE | CC | 29 | F | 0 | 14 | C9 | 2D | 40 |
| Octal | 170 | 256 | 314 | 51 | 17 | 0 | 24 | 311 | 55 | 100 |
| Binary | 1111000 | 10101110 | 11001100 | 101001 | 1111 | 0 | 10100 | 11001001 | 101101 | 1000000 |
Color Harmonies of #78AECC
Complementary color
Monochromatic Colors of #78AECC
Black with #78AECC
Text Example
Text Example
White with #78AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AECC; }
p { color: rgb(120,174,204); }
H1.HeaderClassName
{
color: #78AECC;
}
.AnyTagClassName
{
color: #78AECC;
}
</style>
background-color css
<style>
a { background-color: #78AECC; }
a { background-color: rgb(120,174,204); }
div.DivClassName
{
background-color: #78AECC;
}
.BgClassName
{
background-color: #78AECC;
}
</style>
border-color css
<style>
span { border-color: #78AECC; }
span { border-color: rgb(120,174,204); }
td.TdClassName
{
border-color: #78AECC;
}
.TagClassName
{
border-color: #78AECC;
}
</style>