Shades of Seagull #78C2D0
Tints of Seagull #78C2D0
RGB
CMYK
RGB Variations
Color information
#78C2D0 (or 0x78C2D0) is known color: Seagull. HEX triplet: 78, C2 and D0. RGB value is (120,194,208). Sum of RGB (Red+Green+Blue) = 120+194+208=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #78C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2D0 is #873D2F. Grayscale: #ADADAD. Windows color (decimal): -8863024 or 13681272. OLE color: 13681272.
HSL color Cylindrical-coordinate representation of color #78C2D0: hue angle of 189.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78C2D0 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 194 | 208 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.18 |
| HSL | 189.55º | 0.48% | 0.64% | - |
| HSV(B) | 189.55º | 0.42% | 0.82% | - |
| XYZ | 38.42 | 47.13 | 66.75 | - |
| YUV | 173.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 208 | 0.42 | 0.07 | 0 | 0.18 | 189.55 | 0.48 | 0.64 |
| Hex | 78 | C2 | D0 | 2A | 7 | 0 | 12 | BE | 30 | 40 |
| Octal | 170 | 302 | 320 | 52 | 7 | 0 | 22 | 276 | 60 | 100 |
| Binary | 1111000 | 11000010 | 11010000 | 101010 | 111 | 0 | 10010 | 10111110 | 110000 | 1000000 |
Color Harmonies of #78C2D0
Complementary color
Monochromatic Colors of #78C2D0
Black with #78C2D0
Text Example
Text Example
White with #78C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2D0; }
p { color: rgb(120,194,208); }
H1.HeaderClassName
{
color: #78C2D0;
}
.AnyTagClassName
{
color: #78C2D0;
}
</style>
background-color css
<style>
a { background-color: #78C2D0; }
a { background-color: rgb(120,194,208); }
div.DivClassName
{
background-color: #78C2D0;
}
.BgClassName
{
background-color: #78C2D0;
}
</style>
border-color css
<style>
span { border-color: #78C2D0; }
span { border-color: rgb(120,194,208); }
td.TdClassName
{
border-color: #78C2D0;
}
.TagClassName
{
border-color: #78C2D0;
}
</style>