Shades of Bermuda #81D6BF
Tints of Bermuda #81D6BF
RGB
CMYK
RGB Variations
Color information
#81D6BF (or 0x81D6BF) is known color: Bermuda. HEX triplet: 81, D6 and BF. RGB value is (129,214,191). Sum of RGB (Red+Green+Blue) = 129+214+191=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D6BF is #7E2940. Grayscale: #B9B9B9. Windows color (decimal): -8268097 or 12572289. OLE color: 12572289.
HSL color Cylindrical-coordinate representation of color #81D6BF: hue angle of 163.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D6BF is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 191 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.16 |
| HSL | 163.76º | 0.51% | 0.67% | - |
| HSV(B) | 163.76º | 0.4% | 0.84% | - |
| XYZ | 42.5 | 56.52 | 57.96 | - |
| YUV | 185.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 191 | 0.40 | 0 | 0.11 | 0.16 | 163.76 | 0.51 | 0.67 |
| Hex | 81 | D6 | BF | 28 | 0 | B | 10 | A4 | 33 | 43 |
| Octal | 201 | 326 | 277 | 50 | 0 | 13 | 20 | 244 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10111111 | 101000 | 0 | 1011 | 10000 | 10100100 | 110011 | 1000011 |
Color Harmonies of #81D6BF
Complementary color
Monochromatic Colors of #81D6BF
Black with #81D6BF
Text Example
Text Example
White with #81D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D6BF; }
p { color: rgb(129,214,191); }
H1.HeaderClassName
{
color: #81D6BF;
}
.AnyTagClassName
{
color: #81D6BF;
}
</style>
background-color css
<style>
a { background-color: #81D6BF; }
a { background-color: rgb(129,214,191); }
div.DivClassName
{
background-color: #81D6BF;
}
.BgClassName
{
background-color: #81D6BF;
}
</style>
border-color css
<style>
span { border-color: #81D6BF; }
span { border-color: rgb(129,214,191); }
td.TdClassName
{
border-color: #81D6BF;
}
.TagClassName
{
border-color: #81D6BF;
}
</style>