Shades of Seagull #7EC0DC
Tints of Seagull #7EC0DC
RGB
CMYK
RGB Variations
Color information
#7EC0DC (or 0x7EC0DC) is known color: Seagull. HEX triplet: 7E, C0 and DC. RGB value is (126,192,220). Sum of RGB (Red+Green+Blue) = 126+192+220=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EC0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0DC is #813F23. Grayscale: #AFAFAF. Windows color (decimal): -8470308 or 14467198. OLE color: 14467198.
HSL color Cylindrical-coordinate representation of color #7EC0DC: hue angle of 197.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EC0DC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 192 | 220 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.14 |
| HSL | 197.87º | 0.57% | 0.68% | - |
| HSV(B) | 197.87º | 0.43% | 0.86% | - |
| XYZ | 40.37 | 47.3 | 74.71 | - |
| YUV | 175.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 220 | 0.43 | 0.13 | 0 | 0.14 | 197.87 | 0.57 | 0.68 |
| Hex | 7E | C0 | DC | 2B | D | 0 | E | C6 | 39 | 44 |
| Octal | 176 | 300 | 334 | 53 | 15 | 0 | 16 | 306 | 71 | 104 |
| Binary | 1111110 | 11000000 | 11011100 | 101011 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000100 |
Color Harmonies of #7EC0DC
Complementary color
Monochromatic Colors of #7EC0DC
Black with #7EC0DC
Text Example
Text Example
White with #7EC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0DC; }
p { color: rgb(126,192,220); }
H1.HeaderClassName
{
color: #7EC0DC;
}
.AnyTagClassName
{
color: #7EC0DC;
}
</style>
background-color css
<style>
a { background-color: #7EC0DC; }
a { background-color: rgb(126,192,220); }
div.DivClassName
{
background-color: #7EC0DC;
}
.BgClassName
{
background-color: #7EC0DC;
}
</style>
border-color css
<style>
span { border-color: #7EC0DC; }
span { border-color: rgb(126,192,220); }
td.TdClassName
{
border-color: #7EC0DC;
}
.TagClassName
{
border-color: #7EC0DC;
}
</style>