Shades of Seagull #78C0CA
Tints of Seagull #78C0CA
RGB
CMYK
RGB Variations
Color information
#78C0CA (or 0x78C0CA) is known color: Seagull. HEX triplet: 78, C0 and CA. RGB value is (120,192,202). Sum of RGB (Red+Green+Blue) = 120+192+202=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #78C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0CA is #873F35. Grayscale: #ABABAB. Windows color (decimal): -8863542 or 13287544. OLE color: 13287544.
HSL color Cylindrical-coordinate representation of color #78C0CA: hue angle of 187.32º 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 #78C0CA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 192 | 202 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.21 |
| HSL | 187.32º | 0.44% | 0.63% | - |
| HSV(B) | 187.32º | 0.41% | 0.79% | - |
| XYZ | 37.26 | 45.96 | 62.78 | - |
| YUV | 171.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 202 | 0.41 | 0.05 | 0 | 0.21 | 187.32 | 0.44 | 0.63 |
| Hex | 78 | C0 | CA | 29 | 5 | 0 | 15 | BB | 2C | 3F |
| Octal | 170 | 300 | 312 | 51 | 5 | 0 | 25 | 273 | 54 | 77 |
| Binary | 1111000 | 11000000 | 11001010 | 101001 | 101 | 0 | 10101 | 10111011 | 101100 | 111111 |
Color Harmonies of #78C0CA
Complementary color
Monochromatic Colors of #78C0CA
Black with #78C0CA
Text Example
Text Example
White with #78C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0CA; }
p { color: rgb(120,192,202); }
H1.HeaderClassName
{
color: #78C0CA;
}
.AnyTagClassName
{
color: #78C0CA;
}
</style>
background-color css
<style>
a { background-color: #78C0CA; }
a { background-color: rgb(120,192,202); }
div.DivClassName
{
background-color: #78C0CA;
}
.BgClassName
{
background-color: #78C0CA;
}
</style>
border-color css
<style>
span { border-color: #78C0CA; }
span { border-color: rgb(120,192,202); }
td.TdClassName
{
border-color: #78C0CA;
}
.TagClassName
{
border-color: #78C0CA;
}
</style>