Shades of Bermuda #81D6BE
Tints of Bermuda #81D6BE
RGB
CMYK
RGB Variations
Color information
#81D6BE (or 0x81D6BE) is known color: Bermuda. HEX triplet: 81, D6 and BE. RGB value is (129,214,190). Sum of RGB (Red+Green+Blue) = 129+214+190=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D6BE is #7E2941. Grayscale: #B9B9B9. Windows color (decimal): -8268098 or 12506753. OLE color: 12506753.
HSL color Cylindrical-coordinate representation of color #81D6BE: hue angle of 163.06º 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 #81D6BE is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 190 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.16 |
| HSL | 163.06º | 0.51% | 0.67% | - |
| HSV(B) | 163.06º | 0.4% | 0.84% | - |
| XYZ | 42.39 | 56.48 | 57.38 | - |
| YUV | 185.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 190 | 0.40 | 0 | 0.11 | 0.16 | 163.06 | 0.51 | 0.67 |
| Hex | 81 | D6 | BE | 28 | 0 | B | 10 | A3 | 33 | 43 |
| Octal | 201 | 326 | 276 | 50 | 0 | 13 | 20 | 243 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10111110 | 101000 | 0 | 1011 | 10000 | 10100011 | 110011 | 1000011 |
Color Harmonies of #81D6BE
Complementary color
Monochromatic Colors of #81D6BE
Black with #81D6BE
Text Example
Text Example
White with #81D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D6BE; }
p { color: rgb(129,214,190); }
H1.HeaderClassName
{
color: #81D6BE;
}
.AnyTagClassName
{
color: #81D6BE;
}
</style>
background-color css
<style>
a { background-color: #81D6BE; }
a { background-color: rgb(129,214,190); }
div.DivClassName
{
background-color: #81D6BE;
}
.BgClassName
{
background-color: #81D6BE;
}
</style>
border-color css
<style>
span { border-color: #81D6BE; }
span { border-color: rgb(129,214,190); }
td.TdClassName
{
border-color: #81D6BE;
}
.TagClassName
{
border-color: #81D6BE;
}
</style>