Shades of Seagull #78B6CA
Tints of Seagull #78B6CA
RGB
CMYK
RGB Variations
Color information
#78B6CA (or 0x78B6CA) is known color: Seagull. HEX triplet: 78, B6 and CA. RGB value is (120,182,202). Sum of RGB (Red+Green+Blue) = 120+182+202=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #78B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6CA is #874935. Grayscale: #A5A5A5. Windows color (decimal): -8866102 or 13284984. OLE color: 13284984.
HSL color Cylindrical-coordinate representation of color #78B6CA: hue angle of 194.63º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78B6CA is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 182 | 202 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.21 |
| HSL | 194.63º | 0.44% | 0.63% | - |
| HSV(B) | 194.63º | 0.41% | 0.79% | - |
| XYZ | 35.13 | 41.71 | 62.08 | - |
| YUV | 165.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 182 | 202 | 0.41 | 0.10 | 0 | 0.21 | 194.63 | 0.44 | 0.63 |
| Hex | 78 | B6 | CA | 29 | A | 0 | 15 | C3 | 2C | 3F |
| Octal | 170 | 266 | 312 | 51 | 12 | 0 | 25 | 303 | 54 | 77 |
| Binary | 1111000 | 10110110 | 11001010 | 101001 | 1010 | 0 | 10101 | 11000011 | 101100 | 111111 |
Color Harmonies of #78B6CA
Complementary color
Monochromatic Colors of #78B6CA
Black with #78B6CA
Text Example
Text Example
White with #78B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B6CA; }
p { color: rgb(120,182,202); }
H1.HeaderClassName
{
color: #78B6CA;
}
.AnyTagClassName
{
color: #78B6CA;
}
</style>
background-color css
<style>
a { background-color: #78B6CA; }
a { background-color: rgb(120,182,202); }
div.DivClassName
{
background-color: #78B6CA;
}
.BgClassName
{
background-color: #78B6CA;
}
</style>
border-color css
<style>
span { border-color: #78B6CA; }
span { border-color: rgb(120,182,202); }
td.TdClassName
{
border-color: #78B6CA;
}
.TagClassName
{
border-color: #78B6CA;
}
</style>