Shades of Bermuda #81D8C4
Tints of Bermuda #81D8C4
RGB
CMYK
RGB Variations
Color information
#81D8C4 (or 0x81D8C4) is known color: Bermuda. HEX triplet: 81, D8 and C4. RGB value is (129,216,196). Sum of RGB (Red+Green+Blue) = 129+216+196=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D8C4 is #7E273B. Grayscale: #BBBBBB. Windows color (decimal): -8267580 or 12900481. OLE color: 12900481.
HSL color Cylindrical-coordinate representation of color #81D8C4: hue angle of 166.21º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8C4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 196 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.15 |
| HSL | 166.21º | 0.53% | 0.68% | - |
| HSV(B) | 166.21º | 0.4% | 0.85% | - |
| XYZ | 43.57 | 57.76 | 61.08 | - |
| YUV | 187.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 196 | 0.40 | 0 | 0.09 | 0.15 | 166.21 | 0.53 | 0.68 |
| Hex | 81 | D8 | C4 | 28 | 0 | 9 | F | A6 | 35 | 44 |
| Octal | 201 | 330 | 304 | 50 | 0 | 11 | 17 | 246 | 65 | 104 |
| Binary | 10000001 | 11011000 | 11000100 | 101000 | 0 | 1001 | 1111 | 10100110 | 110101 | 1000100 |
Color Harmonies of #81D8C4
Complementary color
Monochromatic Colors of #81D8C4
Black with #81D8C4
Text Example
Text Example
White with #81D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8C4; }
p { color: rgb(129,216,196); }
H1.HeaderClassName
{
color: #81D8C4;
}
.AnyTagClassName
{
color: #81D8C4;
}
</style>
background-color css
<style>
a { background-color: #81D8C4; }
a { background-color: rgb(129,216,196); }
div.DivClassName
{
background-color: #81D8C4;
}
.BgClassName
{
background-color: #81D8C4;
}
</style>
border-color css
<style>
span { border-color: #81D8C4; }
span { border-color: rgb(129,216,196); }
td.TdClassName
{
border-color: #81D8C4;
}
.TagClassName
{
border-color: #81D8C4;
}
</style>