Shades of Bermuda #81C9BF
Tints of Bermuda #81C9BF
RGB
CMYK
RGB Variations
Color information
#81C9BF (or 0x81C9BF) is known color: Bermuda. HEX triplet: 81, C9 and BF. RGB value is (129,201,191). Sum of RGB (Red+Green+Blue) = 129+201+191=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #81C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C9BF is #7E3640. Grayscale: #B2B2B2. Windows color (decimal): -8271425 or 12568961. OLE color: 12568961.
HSL color Cylindrical-coordinate representation of color #81C9BF: hue angle of 171.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C9BF is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 191 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.21 |
| HSL | 171.67º | 0.4% | 0.65% | - |
| HSV(B) | 171.67º | 0.36% | 0.79% | - |
| XYZ | 39.34 | 50.2 | 56.91 | - |
| YUV | 178.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 191 | 0.36 | 0 | 0.05 | 0.21 | 171.67 | 0.4 | 0.65 |
| Hex | 81 | C9 | BF | 24 | 0 | 5 | 15 | AC | 28 | 41 |
| Octal | 201 | 311 | 277 | 44 | 0 | 5 | 25 | 254 | 50 | 101 |
| Binary | 10000001 | 11001001 | 10111111 | 100100 | 0 | 101 | 10101 | 10101100 | 101000 | 1000001 |
Color Harmonies of #81C9BF
Complementary color
Monochromatic Colors of #81C9BF
Black with #81C9BF
Text Example
Text Example
White with #81C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C9BF; }
p { color: rgb(129,201,191); }
H1.HeaderClassName
{
color: #81C9BF;
}
.AnyTagClassName
{
color: #81C9BF;
}
</style>
background-color css
<style>
a { background-color: #81C9BF; }
a { background-color: rgb(129,201,191); }
div.DivClassName
{
background-color: #81C9BF;
}
.BgClassName
{
background-color: #81C9BF;
}
</style>
border-color css
<style>
span { border-color: #81C9BF; }
span { border-color: rgb(129,201,191); }
td.TdClassName
{
border-color: #81C9BF;
}
.TagClassName
{
border-color: #81C9BF;
}
</style>