Shades of Bermuda #81DCC0
Tints of Bermuda #81DCC0
RGB
CMYK
RGB Variations
Color information
#81DCC0 (or 0x81DCC0) is known color: Bermuda. HEX triplet: 81, DC and C0. RGB value is (129,220,192). Sum of RGB (Red+Green+Blue) = 129+220+192=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DCC0 is #7E233F. Grayscale: #BDBDBD. Windows color (decimal): -8266560 or 12639361. OLE color: 12639361.
HSL color Cylindrical-coordinate representation of color #81DCC0: hue angle of 161.54º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DCC0 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 192 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.14 |
| HSL | 161.54º | 0.57% | 0.68% | - |
| HSV(B) | 161.54º | 0.41% | 0.86% | - |
| XYZ | 44.16 | 59.66 | 59.06 | - |
| YUV | 189.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 192 | 0.41 | 0 | 0.13 | 0.14 | 161.54 | 0.57 | 0.68 |
| Hex | 81 | DC | C0 | 29 | 0 | D | E | A2 | 39 | 44 |
| Octal | 201 | 334 | 300 | 51 | 0 | 15 | 16 | 242 | 71 | 104 |
| Binary | 10000001 | 11011100 | 11000000 | 101001 | 0 | 1101 | 1110 | 10100010 | 111001 | 1000100 |
Color Harmonies of #81DCC0
Complementary color
Monochromatic Colors of #81DCC0
Black with #81DCC0
Text Example
Text Example
White with #81DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCC0; }
p { color: rgb(129,220,192); }
H1.HeaderClassName
{
color: #81DCC0;
}
.AnyTagClassName
{
color: #81DCC0;
}
</style>
background-color css
<style>
a { background-color: #81DCC0; }
a { background-color: rgb(129,220,192); }
div.DivClassName
{
background-color: #81DCC0;
}
.BgClassName
{
background-color: #81DCC0;
}
</style>
border-color css
<style>
span { border-color: #81DCC0; }
span { border-color: rgb(129,220,192); }
td.TdClassName
{
border-color: #81DCC0;
}
.TagClassName
{
border-color: #81DCC0;
}
</style>