Shades of Bermuda #81D7C5
Tints of Bermuda #81D7C5
RGB
CMYK
RGB Variations
Color information
#81D7C5 (or 0x81D7C5) is known color: Bermuda. HEX triplet: 81, D7 and C5. RGB value is (129,215,197). Sum of RGB (Red+Green+Blue) = 129+215+197=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7C5 is #7E283A. Grayscale: #BBBBBB. Windows color (decimal): -8267835 or 12965761. OLE color: 12965761.
HSL color Cylindrical-coordinate representation of color #81D7C5: hue angle of 167.44º 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 #81D7C5 is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 197 | - |
| CMYK | 0.4 | 0 | 0.08 | 0.16 |
| HSL | 167.44º | 0.52% | 0.67% | - |
| HSV(B) | 167.44º | 0.4% | 0.84% | - |
| XYZ | 43.43 | 57.3 | 61.59 | - |
| YUV | 187.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 197 | 0.4 | 0 | 0.08 | 0.16 | 167.44 | 0.52 | 0.67 |
| Hex | 81 | D7 | C5 | 28 | 0 | 8 | 10 | A7 | 34 | 43 |
| Octal | 201 | 327 | 305 | 50 | 0 | 10 | 20 | 247 | 64 | 103 |
| Binary | 10000001 | 11010111 | 11000101 | 101000 | 0 | 1000 | 10000 | 10100111 | 110100 | 1000011 |
Color Harmonies of #81D7C5
Complementary color
Monochromatic Colors of #81D7C5
Black with #81D7C5
Text Example
Text Example
White with #81D7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7C5; }
p { color: rgb(129,215,197); }
H1.HeaderClassName
{
color: #81D7C5;
}
.AnyTagClassName
{
color: #81D7C5;
}
</style>
background-color css
<style>
a { background-color: #81D7C5; }
a { background-color: rgb(129,215,197); }
div.DivClassName
{
background-color: #81D7C5;
}
.BgClassName
{
background-color: #81D7C5;
}
</style>
border-color css
<style>
span { border-color: #81D7C5; }
span { border-color: rgb(129,215,197); }
td.TdClassName
{
border-color: #81D7C5;
}
.TagClassName
{
border-color: #81D7C5;
}
</style>