Shades of Bermuda #81CEC8
Tints of Bermuda #81CEC8
RGB
CMYK
RGB Variations
Color information
#81CEC8 (or 0x81CEC8) is known color: Bermuda. HEX triplet: 81, CE and C8. RGB value is (129,206,200). Sum of RGB (Red+Green+Blue) = 129+206+200=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #81CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEC8 is #7E3137. Grayscale: #B6B6B6. Windows color (decimal): -8270136 or 13160065. OLE color: 13160065.
HSL color Cylindrical-coordinate representation of color #81CEC8: hue angle of 175.32º 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 #81CEC8 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 200 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.19 |
| HSL | 175.32º | 0.44% | 0.66% | - |
| HSV(B) | 175.32º | 0.37% | 0.81% | - |
| XYZ | 41.55 | 52.98 | 62.68 | - |
| YUV | 182.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 200 | 0.37 | 0 | 0.03 | 0.19 | 175.32 | 0.44 | 0.66 |
| Hex | 81 | CE | C8 | 25 | 0 | 3 | 13 | AF | 2C | 42 |
| Octal | 201 | 316 | 310 | 45 | 0 | 3 | 23 | 257 | 54 | 102 |
| Binary | 10000001 | 11001110 | 11001000 | 100101 | 0 | 11 | 10011 | 10101111 | 101100 | 1000010 |
Color Harmonies of #81CEC8
Complementary color
Monochromatic Colors of #81CEC8
Black with #81CEC8
Text Example
Text Example
White with #81CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEC8; }
p { color: rgb(129,206,200); }
H1.HeaderClassName
{
color: #81CEC8;
}
.AnyTagClassName
{
color: #81CEC8;
}
</style>
background-color css
<style>
a { background-color: #81CEC8; }
a { background-color: rgb(129,206,200); }
div.DivClassName
{
background-color: #81CEC8;
}
.BgClassName
{
background-color: #81CEC8;
}
</style>
border-color css
<style>
span { border-color: #81CEC8; }
span { border-color: rgb(129,206,200); }
td.TdClassName
{
border-color: #81CEC8;
}
.TagClassName
{
border-color: #81CEC8;
}
</style>