Shades of Seagull #81C0CD
Tints of Seagull #81C0CD
RGB
CMYK
RGB Variations
Color information
#81C0CD (or 0x81C0CD) is known color: Seagull. HEX triplet: 81, C0 and CD. RGB value is (129,192,205). Sum of RGB (Red+Green+Blue) = 129+192+205=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #81C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C0CD is #7E3F32. Grayscale: #AEAEAE. Windows color (decimal): -8273715 or 13484161. OLE color: 13484161.
HSL color Cylindrical-coordinate representation of color #81C0CD: hue angle of 190.26º degrees, saturation: 0.43, 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 #81C0CD is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 192 | 205 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.20 |
| HSL | 190.26º | 0.43% | 0.65% | - |
| HSV(B) | 190.26º | 0.37% | 0.8% | - |
| XYZ | 38.92 | 46.77 | 64.73 | - |
| YUV | 174.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 205 | 0.37 | 0.06 | 0 | 0.20 | 190.26 | 0.43 | 0.65 |
| Hex | 81 | C0 | CD | 25 | 6 | 0 | 14 | BE | 2B | 41 |
| Octal | 201 | 300 | 315 | 45 | 6 | 0 | 24 | 276 | 53 | 101 |
| Binary | 10000001 | 11000000 | 11001101 | 100101 | 110 | 0 | 10100 | 10111110 | 101011 | 1000001 |
Color Harmonies of #81C0CD
Complementary color
Monochromatic Colors of #81C0CD
Black with #81C0CD
Text Example
Text Example
White with #81C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0CD; }
p { color: rgb(129,192,205); }
H1.HeaderClassName
{
color: #81C0CD;
}
.AnyTagClassName
{
color: #81C0CD;
}
</style>
background-color css
<style>
a { background-color: #81C0CD; }
a { background-color: rgb(129,192,205); }
div.DivClassName
{
background-color: #81C0CD;
}
.BgClassName
{
background-color: #81C0CD;
}
</style>
border-color css
<style>
span { border-color: #81C0CD; }
span { border-color: rgb(129,192,205); }
td.TdClassName
{
border-color: #81C0CD;
}
.TagClassName
{
border-color: #81C0CD;
}
</style>