Shades of Seagull #78C2CC
Tints of Seagull #78C2CC
RGB
CMYK
RGB Variations
Color information
#78C2CC (or 0x78C2CC) is known color: Seagull. HEX triplet: 78, C2 and CC. RGB value is (120,194,204). Sum of RGB (Red+Green+Blue) = 120+194+204=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #78C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2CC is #873D33. Grayscale: #ACACAC. Windows color (decimal): -8863028 or 13419128. OLE color: 13419128.
HSL color Cylindrical-coordinate representation of color #78C2CC: hue angle of 187.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 #78C2CC is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 194 | 204 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.2 |
| HSL | 187.14º | 0.45% | 0.64% | - |
| HSV(B) | 187.14º | 0.41% | 0.8% | - |
| XYZ | 37.94 | 46.94 | 64.19 | - |
| YUV | 173.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 204 | 0.41 | 0.05 | 0 | 0.2 | 187.14 | 0.45 | 0.64 |
| Hex | 78 | C2 | CC | 29 | 5 | 0 | 14 | BB | 2D | 40 |
| Octal | 170 | 302 | 314 | 51 | 5 | 0 | 24 | 273 | 55 | 100 |
| Binary | 1111000 | 11000010 | 11001100 | 101001 | 101 | 0 | 10100 | 10111011 | 101101 | 1000000 |
Color Harmonies of #78C2CC
Complementary color
Monochromatic Colors of #78C2CC
Black with #78C2CC
Text Example
Text Example
White with #78C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2CC; }
p { color: rgb(120,194,204); }
H1.HeaderClassName
{
color: #78C2CC;
}
.AnyTagClassName
{
color: #78C2CC;
}
</style>
background-color css
<style>
a { background-color: #78C2CC; }
a { background-color: rgb(120,194,204); }
div.DivClassName
{
background-color: #78C2CC;
}
.BgClassName
{
background-color: #78C2CC;
}
</style>
border-color css
<style>
span { border-color: #78C2CC; }
span { border-color: rgb(120,194,204); }
td.TdClassName
{
border-color: #78C2CC;
}
.TagClassName
{
border-color: #78C2CC;
}
</style>