Shades of Bermuda #81CDCC
Tints of Bermuda #81CDCC
RGB
CMYK
RGB Variations
Color information
#81CDCC (or 0x81CDCC) is known color: Bermuda. HEX triplet: 81, CD and CC. RGB value is (129,205,204). Sum of RGB (Red+Green+Blue) = 129+205+204=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #81CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CDCC is #7E3233. Grayscale: #B6B6B6. Windows color (decimal): -8270388 or 13421953. OLE color: 13421953.
HSL color Cylindrical-coordinate representation of color #81CDCC: hue angle of 179.21º degrees, saturation: 0.43, 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 #81CDCC is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 204 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.20 |
| HSL | 179.21º | 0.43% | 0.65% | - |
| HSV(B) | 179.21º | 0.37% | 0.8% | - |
| XYZ | 41.78 | 52.69 | 65.09 | - |
| YUV | 182.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 204 | 0.37 | 0 | 0.00 | 0.20 | 179.21 | 0.43 | 0.65 |
| Hex | 81 | CD | CC | 25 | 0 | 0 | 14 | B3 | 2B | 41 |
| Octal | 201 | 315 | 314 | 45 | 0 | 0 | 24 | 263 | 53 | 101 |
| Binary | 10000001 | 11001101 | 11001100 | 100101 | 0 | 0 | 10100 | 10110011 | 101011 | 1000001 |
Color Harmonies of #81CDCC
Complementary color
Monochromatic Colors of #81CDCC
Black with #81CDCC
Text Example
Text Example
White with #81CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CDCC; }
p { color: rgb(129,205,204); }
H1.HeaderClassName
{
color: #81CDCC;
}
.AnyTagClassName
{
color: #81CDCC;
}
</style>
background-color css
<style>
a { background-color: #81CDCC; }
a { background-color: rgb(129,205,204); }
div.DivClassName
{
background-color: #81CDCC;
}
.BgClassName
{
background-color: #81CDCC;
}
</style>
border-color css
<style>
span { border-color: #81CDCC; }
span { border-color: rgb(129,205,204); }
td.TdClassName
{
border-color: #81CDCC;
}
.TagClassName
{
border-color: #81CDCC;
}
</style>