Shades of Bermuda #81D7BE
Tints of Bermuda #81D7BE
RGB
CMYK
RGB Variations
Color information
#81D7BE (or 0x81D7BE) is known color: Bermuda. HEX triplet: 81, D7 and BE. RGB value is (129,215,190). Sum of RGB (Red+Green+Blue) = 129+215+190=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7BE is #7E2841. Grayscale: #BABABA. Windows color (decimal): -8267842 or 12507009. OLE color: 12507009.
HSL color Cylindrical-coordinate representation of color #81D7BE: hue angle of 162.56º degrees, saturation: 0.52, 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 #81D7BE is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 190 | - |
| CMYK | 0.4 | 0 | 0.12 | 0.16 |
| HSL | 162.56º | 0.52% | 0.67% | - |
| HSV(B) | 162.56º | 0.4% | 0.84% | - |
| XYZ | 42.65 | 56.99 | 57.47 | - |
| YUV | 186.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 190 | 0.4 | 0 | 0.12 | 0.16 | 162.56 | 0.52 | 0.67 |
| Hex | 81 | D7 | BE | 28 | 0 | C | 10 | A3 | 34 | 43 |
| Octal | 201 | 327 | 276 | 50 | 0 | 14 | 20 | 243 | 64 | 103 |
| Binary | 10000001 | 11010111 | 10111110 | 101000 | 0 | 1100 | 10000 | 10100011 | 110100 | 1000011 |
Color Harmonies of #81D7BE
Complementary color
Monochromatic Colors of #81D7BE
Black with #81D7BE
Text Example
Text Example
White with #81D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7BE; }
p { color: rgb(129,215,190); }
H1.HeaderClassName
{
color: #81D7BE;
}
.AnyTagClassName
{
color: #81D7BE;
}
</style>
background-color css
<style>
a { background-color: #81D7BE; }
a { background-color: rgb(129,215,190); }
div.DivClassName
{
background-color: #81D7BE;
}
.BgClassName
{
background-color: #81D7BE;
}
</style>
border-color css
<style>
span { border-color: #81D7BE; }
span { border-color: rgb(129,215,190); }
td.TdClassName
{
border-color: #81D7BE;
}
.TagClassName
{
border-color: #81D7BE;
}
</style>