Shades of Bermuda #81D2BB
Tints of Bermuda #81D2BB
RGB
CMYK
RGB Variations
Color information
#81D2BB (or 0x81D2BB) is known color: Bermuda. HEX triplet: 81, D2 and BB. RGB value is (129,210,187). Sum of RGB (Red+Green+Blue) = 129+210+187=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #81D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D2BB is #7E2D44. Grayscale: #B7B7B7. Windows color (decimal): -8269125 or 12309121. OLE color: 12309121.
HSL color Cylindrical-coordinate representation of color #81D2BB: hue angle of 162.96º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D2BB is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 187 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.18 |
| HSL | 162.96º | 0.47% | 0.66% | - |
| HSV(B) | 162.96º | 0.39% | 0.82% | - |
| XYZ | 41.07 | 54.35 | 55.34 | - |
| YUV | 183.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 187 | 0.39 | 0 | 0.11 | 0.18 | 162.96 | 0.47 | 0.66 |
| Hex | 81 | D2 | BB | 27 | 0 | B | 12 | A3 | 2F | 42 |
| Octal | 201 | 322 | 273 | 47 | 0 | 13 | 22 | 243 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10111011 | 100111 | 0 | 1011 | 10010 | 10100011 | 101111 | 1000010 |
Color Harmonies of #81D2BB
Complementary color
Monochromatic Colors of #81D2BB
Black with #81D2BB
Text Example
Text Example
White with #81D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2BB; }
p { color: rgb(129,210,187); }
H1.HeaderClassName
{
color: #81D2BB;
}
.AnyTagClassName
{
color: #81D2BB;
}
</style>
background-color css
<style>
a { background-color: #81D2BB; }
a { background-color: rgb(129,210,187); }
div.DivClassName
{
background-color: #81D2BB;
}
.BgClassName
{
background-color: #81D2BB;
}
</style>
border-color css
<style>
span { border-color: #81D2BB; }
span { border-color: rgb(129,210,187); }
td.TdClassName
{
border-color: #81D2BB;
}
.TagClassName
{
border-color: #81D2BB;
}
</style>