Shades of Bermuda #81CFBC
Tints of Bermuda #81CFBC
RGB
CMYK
RGB Variations
Color information
#81CFBC (or 0x81CFBC) is known color: Bermuda. HEX triplet: 81, CF and BC. RGB value is (129,207,188). Sum of RGB (Red+Green+Blue) = 129+207+188=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #81CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CFBC is #7E3043. Grayscale: #B5B5B5. Windows color (decimal): -8269892 or 12373889. OLE color: 12373889.
HSL color Cylindrical-coordinate representation of color #81CFBC: hue angle of 165.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CFBC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 188 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.19 |
| HSL | 165.38º | 0.45% | 0.66% | - |
| HSV(B) | 165.38º | 0.38% | 0.81% | - |
| XYZ | 40.44 | 52.92 | 55.66 | - |
| YUV | 181.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 188 | 0.38 | 0 | 0.09 | 0.19 | 165.38 | 0.45 | 0.66 |
| Hex | 81 | CF | BC | 26 | 0 | 9 | 13 | A5 | 2D | 42 |
| Octal | 201 | 317 | 274 | 46 | 0 | 11 | 23 | 245 | 55 | 102 |
| Binary | 10000001 | 11001111 | 10111100 | 100110 | 0 | 1001 | 10011 | 10100101 | 101101 | 1000010 |
Color Harmonies of #81CFBC
Complementary color
Monochromatic Colors of #81CFBC
Black with #81CFBC
Text Example
Text Example
White with #81CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CFBC; }
p { color: rgb(129,207,188); }
H1.HeaderClassName
{
color: #81CFBC;
}
.AnyTagClassName
{
color: #81CFBC;
}
</style>
background-color css
<style>
a { background-color: #81CFBC; }
a { background-color: rgb(129,207,188); }
div.DivClassName
{
background-color: #81CFBC;
}
.BgClassName
{
background-color: #81CFBC;
}
</style>
border-color css
<style>
span { border-color: #81CFBC; }
span { border-color: rgb(129,207,188); }
td.TdClassName
{
border-color: #81CFBC;
}
.TagClassName
{
border-color: #81CFBC;
}
</style>