Shades of Bermuda #81D4BE
Tints of Bermuda #81D4BE
RGB
CMYK
RGB Variations
Color information
#81D4BE (or 0x81D4BE) is known color: Bermuda. HEX triplet: 81, D4 and BE. RGB value is (129,212,190). Sum of RGB (Red+Green+Blue) = 129+212+190=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #81D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D4BE is #7E2B41. Grayscale: #B8B8B8. Windows color (decimal): -8268610 or 12506241. OLE color: 12506241.
HSL color Cylindrical-coordinate representation of color #81D4BE: hue angle of 164.1º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D4BE is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 190 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.17 |
| HSL | 164.1º | 0.49% | 0.67% | - |
| HSV(B) | 164.1º | 0.39% | 0.83% | - |
| XYZ | 41.89 | 55.47 | 57.21 | - |
| YUV | 184.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 190 | 0.39 | 0 | 0.10 | 0.17 | 164.1 | 0.49 | 0.67 |
| Hex | 81 | D4 | BE | 27 | 0 | A | 11 | A4 | 31 | 43 |
| Octal | 201 | 324 | 276 | 47 | 0 | 12 | 21 | 244 | 61 | 103 |
| Binary | 10000001 | 11010100 | 10111110 | 100111 | 0 | 1010 | 10001 | 10100100 | 110001 | 1000011 |
Color Harmonies of #81D4BE
Complementary color
Monochromatic Colors of #81D4BE
Black with #81D4BE
Text Example
Text Example
White with #81D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D4BE; }
p { color: rgb(129,212,190); }
H1.HeaderClassName
{
color: #81D4BE;
}
.AnyTagClassName
{
color: #81D4BE;
}
</style>
background-color css
<style>
a { background-color: #81D4BE; }
a { background-color: rgb(129,212,190); }
div.DivClassName
{
background-color: #81D4BE;
}
.BgClassName
{
background-color: #81D4BE;
}
</style>
border-color css
<style>
span { border-color: #81D4BE; }
span { border-color: rgb(129,212,190); }
td.TdClassName
{
border-color: #81D4BE;
}
.TagClassName
{
border-color: #81D4BE;
}
</style>