Shades of Bermuda #81CEC5
Tints of Bermuda #81CEC5
RGB
CMYK
RGB Variations
Color information
#81CEC5 (or 0x81CEC5) is known color: Bermuda. HEX triplet: 81, CE and C5. RGB value is (129,206,197). Sum of RGB (Red+Green+Blue) = 129+206+197=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #81CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEC5 is #7E313A. Grayscale: #B5B5B5. Windows color (decimal): -8270139 or 12963457. OLE color: 12963457.
HSL color Cylindrical-coordinate representation of color #81CEC5: hue angle of 172.99º 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 #81CEC5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 197 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.19 |
| HSL | 172.99º | 0.44% | 0.66% | - |
| HSV(B) | 172.99º | 0.37% | 0.81% | - |
| XYZ | 41.2 | 52.84 | 60.85 | - |
| YUV | 181.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 197 | 0.37 | 0 | 0.04 | 0.19 | 172.99 | 0.44 | 0.66 |
| Hex | 81 | CE | C5 | 25 | 0 | 4 | 13 | AD | 2C | 42 |
| Octal | 201 | 316 | 305 | 45 | 0 | 4 | 23 | 255 | 54 | 102 |
| Binary | 10000001 | 11001110 | 11000101 | 100101 | 0 | 100 | 10011 | 10101101 | 101100 | 1000010 |
Color Harmonies of #81CEC5
Complementary color
Monochromatic Colors of #81CEC5
Black with #81CEC5
Text Example
Text Example
White with #81CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEC5; }
p { color: rgb(129,206,197); }
H1.HeaderClassName
{
color: #81CEC5;
}
.AnyTagClassName
{
color: #81CEC5;
}
</style>
background-color css
<style>
a { background-color: #81CEC5; }
a { background-color: rgb(129,206,197); }
div.DivClassName
{
background-color: #81CEC5;
}
.BgClassName
{
background-color: #81CEC5;
}
</style>
border-color css
<style>
span { border-color: #81CEC5; }
span { border-color: rgb(129,206,197); }
td.TdClassName
{
border-color: #81CEC5;
}
.TagClassName
{
border-color: #81CEC5;
}
</style>