Shades of Bermuda #81CECA
Tints of Bermuda #81CECA
RGB
CMYK
RGB Variations
Color information
#81CECA (or 0x81CECA) is known color: Bermuda. HEX triplet: 81, CE and CA. RGB value is (129,206,202). Sum of RGB (Red+Green+Blue) = 129+206+202=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #81CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CECA is #7E3135. Grayscale: #B6B6B6. Windows color (decimal): -8270134 or 13291137. OLE color: 13291137.
HSL color Cylindrical-coordinate representation of color #81CECA: hue angle of 176.88º 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 #81CECA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 202 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.19 |
| HSL | 176.88º | 0.44% | 0.66% | - |
| HSV(B) | 176.88º | 0.37% | 0.81% | - |
| XYZ | 41.79 | 53.07 | 63.92 | - |
| YUV | 182.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 202 | 0.37 | 0 | 0.02 | 0.19 | 176.88 | 0.44 | 0.66 |
| Hex | 81 | CE | CA | 25 | 0 | 2 | 13 | B1 | 2C | 42 |
| Octal | 201 | 316 | 312 | 45 | 0 | 2 | 23 | 261 | 54 | 102 |
| Binary | 10000001 | 11001110 | 11001010 | 100101 | 0 | 10 | 10011 | 10110001 | 101100 | 1000010 |
Color Harmonies of #81CECA
Complementary color
Monochromatic Colors of #81CECA
Black with #81CECA
Text Example
Text Example
White with #81CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CECA; }
p { color: rgb(129,206,202); }
H1.HeaderClassName
{
color: #81CECA;
}
.AnyTagClassName
{
color: #81CECA;
}
</style>
background-color css
<style>
a { background-color: #81CECA; }
a { background-color: rgb(129,206,202); }
div.DivClassName
{
background-color: #81CECA;
}
.BgClassName
{
background-color: #81CECA;
}
</style>
border-color css
<style>
span { border-color: #81CECA; }
span { border-color: rgb(129,206,202); }
td.TdClassName
{
border-color: #81CECA;
}
.TagClassName
{
border-color: #81CECA;
}
</style>