Shades of Bermuda #81E0BC
Tints of Bermuda #81E0BC
RGB
CMYK
RGB Variations
Color information
#81E0BC (or 0x81E0BC) is known color: Bermuda. HEX triplet: 81, E0 and BC. RGB value is (129,224,188). Sum of RGB (Red+Green+Blue) = 129+224+188=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #81E0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E0BC is #7E1F43. Grayscale: #BFBFBF. Windows color (decimal): -8265540 or 12378241. OLE color: 12378241.
HSL color Cylindrical-coordinate representation of color #81E0BC: hue angle of 157.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E0BC is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 188 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.12 |
| HSL | 157.26º | 0.61% | 0.69% | - |
| HSV(B) | 157.26º | 0.42% | 0.88% | - |
| XYZ | 44.79 | 61.61 | 57.11 | - |
| YUV | 191.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 188 | 0.42 | 0 | 0.16 | 0.12 | 157.26 | 0.61 | 0.69 |
| Hex | 81 | E0 | BC | 2A | 0 | 10 | C | 9D | 3D | 45 |
| Octal | 201 | 340 | 274 | 52 | 0 | 20 | 14 | 235 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10111100 | 101010 | 0 | 10000 | 1100 | 10011101 | 111101 | 1000101 |
Color Harmonies of #81E0BC
Complementary color
Monochromatic Colors of #81E0BC
Black with #81E0BC
Text Example
Text Example
White with #81E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0BC; }
p { color: rgb(129,224,188); }
H1.HeaderClassName
{
color: #81E0BC;
}
.AnyTagClassName
{
color: #81E0BC;
}
</style>
background-color css
<style>
a { background-color: #81E0BC; }
a { background-color: rgb(129,224,188); }
div.DivClassName
{
background-color: #81E0BC;
}
.BgClassName
{
background-color: #81E0BC;
}
</style>
border-color css
<style>
span { border-color: #81E0BC; }
span { border-color: rgb(129,224,188); }
td.TdClassName
{
border-color: #81E0BC;
}
.TagClassName
{
border-color: #81E0BC;
}
</style>