Shades of Seagull #80C2CD
Tints of Seagull #80C2CD
RGB
CMYK
RGB Variations
Color information
#80C2CD (or 0x80C2CD) is known color: Seagull. HEX triplet: 80, C2 and CD. RGB value is (128,194,205). Sum of RGB (Red+Green+Blue) = 128+194+205=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2CD is #7F3D32. Grayscale: #AFAFAF. Windows color (decimal): -8338739 or 13484672. OLE color: 13484672.
HSL color Cylindrical-coordinate representation of color #80C2CD: hue angle of 188.57º 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 #80C2CD is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 194 | 205 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.20 |
| HSL | 188.57º | 0.44% | 0.65% | - |
| HSV(B) | 188.57º | 0.38% | 0.8% | - |
| XYZ | 39.21 | 47.58 | 64.87 | - |
| YUV | 175.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 205 | 0.38 | 0.05 | 0 | 0.20 | 188.57 | 0.44 | 0.65 |
| Hex | 80 | C2 | CD | 26 | 5 | 0 | 14 | BD | 2C | 41 |
| Octal | 200 | 302 | 315 | 46 | 5 | 0 | 24 | 275 | 54 | 101 |
| Binary | 10000000 | 11000010 | 11001101 | 100110 | 101 | 0 | 10100 | 10111101 | 101100 | 1000001 |
Color Harmonies of #80C2CD
Complementary color
Monochromatic Colors of #80C2CD
Black with #80C2CD
Text Example
Text Example
White with #80C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2CD; }
p { color: rgb(128,194,205); }
H1.HeaderClassName
{
color: #80C2CD;
}
.AnyTagClassName
{
color: #80C2CD;
}
</style>
background-color css
<style>
a { background-color: #80C2CD; }
a { background-color: rgb(128,194,205); }
div.DivClassName
{
background-color: #80C2CD;
}
.BgClassName
{
background-color: #80C2CD;
}
</style>
border-color css
<style>
span { border-color: #80C2CD; }
span { border-color: rgb(128,194,205); }
td.TdClassName
{
border-color: #80C2CD;
}
.TagClassName
{
border-color: #80C2CD;
}
</style>