Shades of Seagull #80C0CD
Tints of Seagull #80C0CD
RGB
CMYK
RGB Variations
Color information
#80C0CD (or 0x80C0CD) is known color: Seagull. HEX triplet: 80, C0 and CD. RGB value is (128,192,205). Sum of RGB (Red+Green+Blue) = 128+192+205=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0CD is #7F3F32. Grayscale: #AEAEAE. Windows color (decimal): -8339251 or 13484160. OLE color: 13484160.
HSL color Cylindrical-coordinate representation of color #80C0CD: hue angle of 190.13º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C0CD is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 192 | 205 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.20 |
| HSL | 190.13º | 0.44% | 0.65% | - |
| HSV(B) | 190.13º | 0.38% | 0.8% | - |
| XYZ | 38.77 | 46.7 | 64.73 | - |
| YUV | 174.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 205 | 0.38 | 0.06 | 0 | 0.20 | 190.13 | 0.44 | 0.65 |
| Hex | 80 | C0 | CD | 26 | 6 | 0 | 14 | BE | 2C | 41 |
| Octal | 200 | 300 | 315 | 46 | 6 | 0 | 24 | 276 | 54 | 101 |
| Binary | 10000000 | 11000000 | 11001101 | 100110 | 110 | 0 | 10100 | 10111110 | 101100 | 1000001 |
Color Harmonies of #80C0CD
Complementary color
Monochromatic Colors of #80C0CD
Black with #80C0CD
Text Example
Text Example
White with #80C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0CD; }
p { color: rgb(128,192,205); }
H1.HeaderClassName
{
color: #80C0CD;
}
.AnyTagClassName
{
color: #80C0CD;
}
</style>
background-color css
<style>
a { background-color: #80C0CD; }
a { background-color: rgb(128,192,205); }
div.DivClassName
{
background-color: #80C0CD;
}
.BgClassName
{
background-color: #80C0CD;
}
</style>
border-color css
<style>
span { border-color: #80C0CD; }
span { border-color: rgb(128,192,205); }
td.TdClassName
{
border-color: #80C0CD;
}
.TagClassName
{
border-color: #80C0CD;
}
</style>