Shades of Bermuda #81CCC9
Tints of Bermuda #81CCC9
RGB
CMYK
RGB Variations
Color information
#81CCC9 (or 0x81CCC9) is known color: Bermuda. HEX triplet: 81, CC and C9. RGB value is (129,204,201). Sum of RGB (Red+Green+Blue) = 129+204+201=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #81CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CCC9 is #7E3336. Grayscale: #B5B5B5. Windows color (decimal): -8270647 or 13225089. OLE color: 13225089.
HSL color Cylindrical-coordinate representation of color #81CCC9: hue angle of 177.6º degrees, saturation: 0.42, 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 #81CCC9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 201 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.2 |
| HSL | 177.6º | 0.42% | 0.65% | - |
| HSV(B) | 177.6º | 0.37% | 0.8% | - |
| XYZ | 41.19 | 52.07 | 63.14 | - |
| YUV | 181.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 201 | 0.37 | 0 | 0.01 | 0.2 | 177.6 | 0.42 | 0.65 |
| Hex | 81 | CC | C9 | 25 | 0 | 1 | 14 | B2 | 2A | 41 |
| Octal | 201 | 314 | 311 | 45 | 0 | 1 | 24 | 262 | 52 | 101 |
| Binary | 10000001 | 11001100 | 11001001 | 100101 | 0 | 1 | 10100 | 10110010 | 101010 | 1000001 |
Color Harmonies of #81CCC9
Complementary color
Monochromatic Colors of #81CCC9
Black with #81CCC9
Text Example
Text Example
White with #81CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCC9; }
p { color: rgb(129,204,201); }
H1.HeaderClassName
{
color: #81CCC9;
}
.AnyTagClassName
{
color: #81CCC9;
}
</style>
background-color css
<style>
a { background-color: #81CCC9; }
a { background-color: rgb(129,204,201); }
div.DivClassName
{
background-color: #81CCC9;
}
.BgClassName
{
background-color: #81CCC9;
}
</style>
border-color css
<style>
span { border-color: #81CCC9; }
span { border-color: rgb(129,204,201); }
td.TdClassName
{
border-color: #81CCC9;
}
.TagClassName
{
border-color: #81CCC9;
}
</style>