Shades of Bermuda #81CEBD
Tints of Bermuda #81CEBD
RGB
CMYK
RGB Variations
Color information
#81CEBD (or 0x81CEBD) is known color: Bermuda. HEX triplet: 81, CE and BD. RGB value is (129,206,189). Sum of RGB (Red+Green+Blue) = 129+206+189=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #81CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEBD is #7E3142. Grayscale: #B5B5B5. Windows color (decimal): -8270147 or 12439169. OLE color: 12439169.
HSL color Cylindrical-coordinate representation of color #81CEBD: hue angle of 166.75º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CEBD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 189 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.19 |
| HSL | 166.75º | 0.44% | 0.66% | - |
| HSV(B) | 166.75º | 0.37% | 0.81% | - |
| XYZ | 40.31 | 52.48 | 56.15 | - |
| YUV | 181.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 189 | 0.37 | 0 | 0.08 | 0.19 | 166.75 | 0.44 | 0.66 |
| Hex | 81 | CE | BD | 25 | 0 | 8 | 13 | A7 | 2C | 42 |
| Octal | 201 | 316 | 275 | 45 | 0 | 10 | 23 | 247 | 54 | 102 |
| Binary | 10000001 | 11001110 | 10111101 | 100101 | 0 | 1000 | 10011 | 10100111 | 101100 | 1000010 |
Color Harmonies of #81CEBD
Complementary color
Monochromatic Colors of #81CEBD
Black with #81CEBD
Text Example
Text Example
White with #81CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEBD; }
p { color: rgb(129,206,189); }
H1.HeaderClassName
{
color: #81CEBD;
}
.AnyTagClassName
{
color: #81CEBD;
}
</style>
background-color css
<style>
a { background-color: #81CEBD; }
a { background-color: rgb(129,206,189); }
div.DivClassName
{
background-color: #81CEBD;
}
.BgClassName
{
background-color: #81CEBD;
}
</style>
border-color css
<style>
span { border-color: #81CEBD; }
span { border-color: rgb(129,206,189); }
td.TdClassName
{
border-color: #81CEBD;
}
.TagClassName
{
border-color: #81CEBD;
}
</style>