Shades of Bermuda #81CCCB
Tints of Bermuda #81CCCB
RGB
CMYK
RGB Variations
Color information
#81CCCB (or 0x81CCCB) is known color: Bermuda. HEX triplet: 81, CC and CB. RGB value is (129,204,203). Sum of RGB (Red+Green+Blue) = 129+204+203=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #81CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CCCB is #7E3334. Grayscale: #B5B5B5. Windows color (decimal): -8270645 or 13356161. OLE color: 13356161.
HSL color Cylindrical-coordinate representation of color #81CCCB: hue angle of 179.2º 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 #81CCCB is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 203 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.2 |
| HSL | 179.2º | 0.42% | 0.65% | - |
| HSV(B) | 179.2º | 0.37% | 0.8% | - |
| XYZ | 41.43 | 52.16 | 64.39 | - |
| YUV | 181.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 203 | 0.37 | 0 | 0.00 | 0.2 | 179.2 | 0.42 | 0.65 |
| Hex | 81 | CC | CB | 25 | 0 | 0 | 14 | B3 | 2A | 41 |
| Octal | 201 | 314 | 313 | 45 | 0 | 0 | 24 | 263 | 52 | 101 |
| Binary | 10000001 | 11001100 | 11001011 | 100101 | 0 | 0 | 10100 | 10110011 | 101010 | 1000001 |
Color Harmonies of #81CCCB
Complementary color
Monochromatic Colors of #81CCCB
Black with #81CCCB
Text Example
Text Example
White with #81CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCCB; }
p { color: rgb(129,204,203); }
H1.HeaderClassName
{
color: #81CCCB;
}
.AnyTagClassName
{
color: #81CCCB;
}
</style>
background-color css
<style>
a { background-color: #81CCCB; }
a { background-color: rgb(129,204,203); }
div.DivClassName
{
background-color: #81CCCB;
}
.BgClassName
{
background-color: #81CCCB;
}
</style>
border-color css
<style>
span { border-color: #81CCCB; }
span { border-color: rgb(129,204,203); }
td.TdClassName
{
border-color: #81CCCB;
}
.TagClassName
{
border-color: #81CCCB;
}
</style>