Shades of Seagull #78C2D7
Tints of Seagull #78C2D7
RGB
CMYK
RGB Variations
Color information
#78C2D7 (or 0x78C2D7) is known color: Seagull. HEX triplet: 78, C2 and D7. RGB value is (120,194,215). Sum of RGB (Red+Green+Blue) = 120+194+215=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #78C2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2D7 is #873D28. Grayscale: #AEAEAE. Windows color (decimal): -8863017 or 14140024. OLE color: 14140024.
HSL color Cylindrical-coordinate representation of color #78C2D7: hue angle of 193.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78C2D7 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 194 | 215 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.16 |
| HSL | 193.26º | 0.54% | 0.66% | - |
| HSV(B) | 193.26º | 0.44% | 0.84% | - |
| XYZ | 39.3 | 47.48 | 71.38 | - |
| YUV | 174.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 215 | 0.44 | 0.10 | 0 | 0.16 | 193.26 | 0.54 | 0.66 |
| Hex | 78 | C2 | D7 | 2C | A | 0 | 10 | C1 | 36 | 42 |
| Octal | 170 | 302 | 327 | 54 | 12 | 0 | 20 | 301 | 66 | 102 |
| Binary | 1111000 | 11000010 | 11010111 | 101100 | 1010 | 0 | 10000 | 11000001 | 110110 | 1000010 |
Color Harmonies of #78C2D7
Complementary color
Monochromatic Colors of #78C2D7
Black with #78C2D7
Text Example
Text Example
White with #78C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2D7; }
p { color: rgb(120,194,215); }
H1.HeaderClassName
{
color: #78C2D7;
}
.AnyTagClassName
{
color: #78C2D7;
}
</style>
background-color css
<style>
a { background-color: #78C2D7; }
a { background-color: rgb(120,194,215); }
div.DivClassName
{
background-color: #78C2D7;
}
.BgClassName
{
background-color: #78C2D7;
}
</style>
border-color css
<style>
span { border-color: #78C2D7; }
span { border-color: rgb(120,194,215); }
td.TdClassName
{
border-color: #78C2D7;
}
.TagClassName
{
border-color: #78C2D7;
}
</style>