Shades of Bermuda #81CCBD
Tints of Bermuda #81CCBD
RGB
CMYK
RGB Variations
Color information
#81CCBD (or 0x81CCBD) is known color: Bermuda. HEX triplet: 81, CC and BD. RGB value is (129,204,189). Sum of RGB (Red+Green+Blue) = 129+204+189=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #81CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CCBD is #7E3342. Grayscale: #B3B3B3. Windows color (decimal): -8270659 or 12438657. OLE color: 12438657.
HSL color Cylindrical-coordinate representation of color #81CCBD: hue angle of 168º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CCBD is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 189 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.2 |
| HSL | 168º | 0.42% | 0.65% | - |
| HSV(B) | 168º | 0.37% | 0.8% | - |
| XYZ | 39.83 | 51.53 | 55.99 | - |
| YUV | 179.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 189 | 0.37 | 0 | 0.07 | 0.2 | 168 | 0.42 | 0.65 |
| Hex | 81 | CC | BD | 25 | 0 | 7 | 14 | A8 | 2A | 41 |
| Octal | 201 | 314 | 275 | 45 | 0 | 7 | 24 | 250 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10111101 | 100101 | 0 | 111 | 10100 | 10101000 | 101010 | 1000001 |
Color Harmonies of #81CCBD
Complementary color
Monochromatic Colors of #81CCBD
Black with #81CCBD
Text Example
Text Example
White with #81CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCBD; }
p { color: rgb(129,204,189); }
H1.HeaderClassName
{
color: #81CCBD;
}
.AnyTagClassName
{
color: #81CCBD;
}
</style>
background-color css
<style>
a { background-color: #81CCBD; }
a { background-color: rgb(129,204,189); }
div.DivClassName
{
background-color: #81CCBD;
}
.BgClassName
{
background-color: #81CCBD;
}
</style>
border-color css
<style>
span { border-color: #81CCBD; }
span { border-color: rgb(129,204,189); }
td.TdClassName
{
border-color: #81CCBD;
}
.TagClassName
{
border-color: #81CCBD;
}
</style>