Shades of Bermuda #81C7BF
Tints of Bermuda #81C7BF
RGB
CMYK
RGB Variations
Color information
#81C7BF (or 0x81C7BF) is known color: Bermuda. HEX triplet: 81, C7 and BF. RGB value is (129,199,191). Sum of RGB (Red+Green+Blue) = 129+199+191=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #81C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C7BF is #7E3840. Grayscale: #B1B1B1. Windows color (decimal): -8271937 or 12568449. OLE color: 12568449.
HSL color Cylindrical-coordinate representation of color #81C7BF: hue angle of 173.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C7BF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 191 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.22 |
| HSL | 173.14º | 0.38% | 0.64% | - |
| HSV(B) | 173.14º | 0.35% | 0.78% | - |
| XYZ | 38.88 | 49.28 | 56.75 | - |
| YUV | 177.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 191 | 0.35 | 0 | 0.04 | 0.22 | 173.14 | 0.38 | 0.64 |
| Hex | 81 | C7 | BF | 23 | 0 | 4 | 16 | AD | 26 | 40 |
| Octal | 201 | 307 | 277 | 43 | 0 | 4 | 26 | 255 | 46 | 100 |
| Binary | 10000001 | 11000111 | 10111111 | 100011 | 0 | 100 | 10110 | 10101101 | 100110 | 1000000 |
Color Harmonies of #81C7BF
Complementary color
Monochromatic Colors of #81C7BF
Black with #81C7BF
Text Example
Text Example
White with #81C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C7BF; }
p { color: rgb(129,199,191); }
H1.HeaderClassName
{
color: #81C7BF;
}
.AnyTagClassName
{
color: #81C7BF;
}
</style>
background-color css
<style>
a { background-color: #81C7BF; }
a { background-color: rgb(129,199,191); }
div.DivClassName
{
background-color: #81C7BF;
}
.BgClassName
{
background-color: #81C7BF;
}
</style>
border-color css
<style>
span { border-color: #81C7BF; }
span { border-color: rgb(129,199,191); }
td.TdClassName
{
border-color: #81C7BF;
}
.TagClassName
{
border-color: #81C7BF;
}
</style>