Shades of Seagull #80C2CB
Tints of Seagull #80C2CB
RGB
CMYK
RGB Variations
Color information
#80C2CB (or 0x80C2CB) is known color: Seagull. HEX triplet: 80, C2 and CB. RGB value is (128,194,203). Sum of RGB (Red+Green+Blue) = 128+194+203=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #80C2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2CB is #7F3D34. Grayscale: #AFAFAF. Windows color (decimal): -8338741 or 13353600. OLE color: 13353600.
HSL color Cylindrical-coordinate representation of color #80C2CB: hue angle of 187.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C2CB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 194 | 203 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.20 |
| HSL | 187.2º | 0.42% | 0.65% | - |
| HSV(B) | 187.2º | 0.37% | 0.8% | - |
| XYZ | 38.97 | 47.48 | 63.61 | - |
| YUV | 175.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 203 | 0.37 | 0.04 | 0 | 0.20 | 187.2 | 0.42 | 0.65 |
| Hex | 80 | C2 | CB | 25 | 4 | 0 | 14 | BB | 2A | 41 |
| Octal | 200 | 302 | 313 | 45 | 4 | 0 | 24 | 273 | 52 | 101 |
| Binary | 10000000 | 11000010 | 11001011 | 100101 | 100 | 0 | 10100 | 10111011 | 101010 | 1000001 |
Color Harmonies of #80C2CB
Complementary color
Monochromatic Colors of #80C2CB
Black with #80C2CB
Text Example
Text Example
White with #80C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2CB; }
p { color: rgb(128,194,203); }
H1.HeaderClassName
{
color: #80C2CB;
}
.AnyTagClassName
{
color: #80C2CB;
}
</style>
background-color css
<style>
a { background-color: #80C2CB; }
a { background-color: rgb(128,194,203); }
div.DivClassName
{
background-color: #80C2CB;
}
.BgClassName
{
background-color: #80C2CB;
}
</style>
border-color css
<style>
span { border-color: #80C2CB; }
span { border-color: rgb(128,194,203); }
td.TdClassName
{
border-color: #80C2CB;
}
.TagClassName
{
border-color: #80C2CB;
}
</style>