Shades of Bermuda #81D3BC
Tints of Bermuda #81D3BC
RGB
CMYK
RGB Variations
Color information
#81D3BC (or 0x81D3BC) is known color: Bermuda. HEX triplet: 81, D3 and BC. RGB value is (129,211,188). Sum of RGB (Red+Green+Blue) = 129+211+188=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #81D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D3BC is #7E2C43. Grayscale: #B7B7B7. Windows color (decimal): -8268868 or 12374913. OLE color: 12374913.
HSL color Cylindrical-coordinate representation of color #81D3BC: hue angle of 163.17º degrees, saturation: 0.48, 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 #81D3BC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 188 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.17 |
| HSL | 163.17º | 0.48% | 0.67% | - |
| HSV(B) | 163.17º | 0.39% | 0.83% | - |
| XYZ | 41.42 | 54.89 | 55.99 | - |
| YUV | 183.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 188 | 0.39 | 0 | 0.11 | 0.17 | 163.17 | 0.48 | 0.67 |
| Hex | 81 | D3 | BC | 27 | 0 | B | 11 | A3 | 30 | 43 |
| Octal | 201 | 323 | 274 | 47 | 0 | 13 | 21 | 243 | 60 | 103 |
| Binary | 10000001 | 11010011 | 10111100 | 100111 | 0 | 1011 | 10001 | 10100011 | 110000 | 1000011 |
Color Harmonies of #81D3BC
Complementary color
Monochromatic Colors of #81D3BC
Black with #81D3BC
Text Example
Text Example
White with #81D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D3BC; }
p { color: rgb(129,211,188); }
H1.HeaderClassName
{
color: #81D3BC;
}
.AnyTagClassName
{
color: #81D3BC;
}
</style>
background-color css
<style>
a { background-color: #81D3BC; }
a { background-color: rgb(129,211,188); }
div.DivClassName
{
background-color: #81D3BC;
}
.BgClassName
{
background-color: #81D3BC;
}
</style>
border-color css
<style>
span { border-color: #81D3BC; }
span { border-color: rgb(129,211,188); }
td.TdClassName
{
border-color: #81D3BC;
}
.TagClassName
{
border-color: #81D3BC;
}
</style>