Shades of Bermuda #81CDBE
Tints of Bermuda #81CDBE
RGB
CMYK
RGB Variations
Color information
#81CDBE (or 0x81CDBE) is known color: Bermuda. HEX triplet: 81, CD and BE. RGB value is (129,205,190). Sum of RGB (Red+Green+Blue) = 129+205+190=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #81CDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CDBE is #7E3241. Grayscale: #B4B4B4. Windows color (decimal): -8270402 or 12504449. OLE color: 12504449.
HSL color Cylindrical-coordinate representation of color #81CDBE: hue angle of 168.16º degrees, saturation: 0.43, 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 #81CDBE is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 190 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.20 |
| HSL | 168.16º | 0.43% | 0.65% | - |
| HSV(B) | 168.16º | 0.37% | 0.8% | - |
| XYZ | 40.18 | 52.05 | 56.64 | - |
| YUV | 180.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 190 | 0.37 | 0 | 0.07 | 0.20 | 168.16 | 0.43 | 0.65 |
| Hex | 81 | CD | BE | 25 | 0 | 7 | 14 | A8 | 2B | 41 |
| Octal | 201 | 315 | 276 | 45 | 0 | 7 | 24 | 250 | 53 | 101 |
| Binary | 10000001 | 11001101 | 10111110 | 100101 | 0 | 111 | 10100 | 10101000 | 101011 | 1000001 |
Color Harmonies of #81CDBE
Complementary color
Monochromatic Colors of #81CDBE
Black with #81CDBE
Text Example
Text Example
White with #81CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CDBE; }
p { color: rgb(129,205,190); }
H1.HeaderClassName
{
color: #81CDBE;
}
.AnyTagClassName
{
color: #81CDBE;
}
</style>
background-color css
<style>
a { background-color: #81CDBE; }
a { background-color: rgb(129,205,190); }
div.DivClassName
{
background-color: #81CDBE;
}
.BgClassName
{
background-color: #81CDBE;
}
</style>
border-color css
<style>
span { border-color: #81CDBE; }
span { border-color: rgb(129,205,190); }
td.TdClassName
{
border-color: #81CDBE;
}
.TagClassName
{
border-color: #81CDBE;
}
</style>