Shades of Bermuda #81D2C6
Tints of Bermuda #81D2C6
RGB
CMYK
RGB Variations
Color information
#81D2C6 (or 0x81D2C6) is known color: Bermuda. HEX triplet: 81, D2 and C6. RGB value is (129,210,198). Sum of RGB (Red+Green+Blue) = 129+210+198=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #81D2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D2C6 is #7E2D39. Grayscale: #B8B8B8. Windows color (decimal): -8269114 or 13030017. OLE color: 13030017.
HSL color Cylindrical-coordinate representation of color #81D2C6: hue angle of 171.11º 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 #81D2C6 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 198 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.18 |
| HSL | 171.11º | 0.47% | 0.66% | - |
| HSV(B) | 171.11º | 0.39% | 0.82% | - |
| XYZ | 42.29 | 54.84 | 61.78 | - |
| YUV | 184.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 198 | 0.39 | 0 | 0.06 | 0.18 | 171.11 | 0.47 | 0.66 |
| Hex | 81 | D2 | C6 | 27 | 0 | 6 | 12 | AB | 2F | 42 |
| Octal | 201 | 322 | 306 | 47 | 0 | 6 | 22 | 253 | 57 | 102 |
| Binary | 10000001 | 11010010 | 11000110 | 100111 | 0 | 110 | 10010 | 10101011 | 101111 | 1000010 |
Color Harmonies of #81D2C6
Complementary color
Monochromatic Colors of #81D2C6
Black with #81D2C6
Text Example
Text Example
White with #81D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2C6; }
p { color: rgb(129,210,198); }
H1.HeaderClassName
{
color: #81D2C6;
}
.AnyTagClassName
{
color: #81D2C6;
}
</style>
background-color css
<style>
a { background-color: #81D2C6; }
a { background-color: rgb(129,210,198); }
div.DivClassName
{
background-color: #81D2C6;
}
.BgClassName
{
background-color: #81D2C6;
}
</style>
border-color css
<style>
span { border-color: #81D2C6; }
span { border-color: rgb(129,210,198); }
td.TdClassName
{
border-color: #81D2C6;
}
.TagClassName
{
border-color: #81D2C6;
}
</style>