Shades of Bermuda #81CBBC
Tints of Bermuda #81CBBC
RGB
CMYK
RGB Variations
Color information
#81CBBC (or 0x81CBBC) is known color: Bermuda. HEX triplet: 81, CB and BC. RGB value is (129,203,188). Sum of RGB (Red+Green+Blue) = 129+203+188=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #81CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CBBC is #7E3443. Grayscale: #B3B3B3. Windows color (decimal): -8270916 or 12372865. OLE color: 12372865.
HSL color Cylindrical-coordinate representation of color #81CBBC: hue angle of 167.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CBBC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 188 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.20 |
| HSL | 167.84º | 0.42% | 0.65% | - |
| HSV(B) | 167.84º | 0.36% | 0.8% | - |
| XYZ | 39.49 | 51.01 | 55.34 | - |
| YUV | 179.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 188 | 0.36 | 0 | 0.07 | 0.20 | 167.84 | 0.42 | 0.65 |
| Hex | 81 | CB | BC | 24 | 0 | 7 | 14 | A8 | 2A | 41 |
| Octal | 201 | 313 | 274 | 44 | 0 | 7 | 24 | 250 | 52 | 101 |
| Binary | 10000001 | 11001011 | 10111100 | 100100 | 0 | 111 | 10100 | 10101000 | 101010 | 1000001 |
Color Harmonies of #81CBBC
Complementary color
Monochromatic Colors of #81CBBC
Black with #81CBBC
Text Example
Text Example
White with #81CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBBC; }
p { color: rgb(129,203,188); }
H1.HeaderClassName
{
color: #81CBBC;
}
.AnyTagClassName
{
color: #81CBBC;
}
</style>
background-color css
<style>
a { background-color: #81CBBC; }
a { background-color: rgb(129,203,188); }
div.DivClassName
{
background-color: #81CBBC;
}
.BgClassName
{
background-color: #81CBBC;
}
</style>
border-color css
<style>
span { border-color: #81CBBC; }
span { border-color: rgb(129,203,188); }
td.TdClassName
{
border-color: #81CBBC;
}
.TagClassName
{
border-color: #81CBBC;
}
</style>