Shades of Bermuda #81CEBE
Tints of Bermuda #81CEBE
RGB
CMYK
RGB Variations
Color information
#81CEBE (or 0x81CEBE) is known color: Bermuda. HEX triplet: 81, CE and BE. RGB value is (129,206,190). Sum of RGB (Red+Green+Blue) = 129+206+190=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #81CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEBE is #7E3141. Grayscale: #B5B5B5. Windows color (decimal): -8270146 or 12504705. OLE color: 12504705.
HSL color Cylindrical-coordinate representation of color #81CEBE: hue angle of 167.53º 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 #81CEBE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 190 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.19 |
| HSL | 167.53º | 0.44% | 0.66% | - |
| HSV(B) | 167.53º | 0.37% | 0.81% | - |
| XYZ | 40.42 | 52.53 | 56.72 | - |
| YUV | 181.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 190 | 0.37 | 0 | 0.08 | 0.19 | 167.53 | 0.44 | 0.66 |
| Hex | 81 | CE | BE | 25 | 0 | 8 | 13 | A8 | 2C | 42 |
| Octal | 201 | 316 | 276 | 45 | 0 | 10 | 23 | 250 | 54 | 102 |
| Binary | 10000001 | 11001110 | 10111110 | 100101 | 0 | 1000 | 10011 | 10101000 | 101100 | 1000010 |
Color Harmonies of #81CEBE
Complementary color
Monochromatic Colors of #81CEBE
Black with #81CEBE
Text Example
Text Example
White with #81CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEBE; }
p { color: rgb(129,206,190); }
H1.HeaderClassName
{
color: #81CEBE;
}
.AnyTagClassName
{
color: #81CEBE;
}
</style>
background-color css
<style>
a { background-color: #81CEBE; }
a { background-color: rgb(129,206,190); }
div.DivClassName
{
background-color: #81CEBE;
}
.BgClassName
{
background-color: #81CEBE;
}
</style>
border-color css
<style>
span { border-color: #81CEBE; }
span { border-color: rgb(129,206,190); }
td.TdClassName
{
border-color: #81CEBE;
}
.TagClassName
{
border-color: #81CEBE;
}
</style>