Shades of Bermuda #81D0CA
Tints of Bermuda #81D0CA
RGB
CMYK
RGB Variations
Color information
#81D0CA (or 0x81D0CA) is known color: Bermuda. HEX triplet: 81, D0 and CA. RGB value is (129,208,202). Sum of RGB (Red+Green+Blue) = 129+208+202=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #81D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D0CA is #7E2F35. Grayscale: #B7B7B7. Windows color (decimal): -8269622 or 13291649. OLE color: 13291649.
HSL color Cylindrical-coordinate representation of color #81D0CA: hue angle of 175.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D0CA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 202 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.18 |
| HSL | 175.44º | 0.46% | 0.66% | - |
| HSV(B) | 175.44º | 0.38% | 0.82% | - |
| XYZ | 42.27 | 54.04 | 64.08 | - |
| YUV | 183.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 202 | 0.38 | 0 | 0.03 | 0.18 | 175.44 | 0.46 | 0.66 |
| Hex | 81 | D0 | CA | 26 | 0 | 3 | 12 | AF | 2E | 42 |
| Octal | 201 | 320 | 312 | 46 | 0 | 3 | 22 | 257 | 56 | 102 |
| Binary | 10000001 | 11010000 | 11001010 | 100110 | 0 | 11 | 10010 | 10101111 | 101110 | 1000010 |
Color Harmonies of #81D0CA
Complementary color
Monochromatic Colors of #81D0CA
Black with #81D0CA
Text Example
Text Example
White with #81D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D0CA; }
p { color: rgb(129,208,202); }
H1.HeaderClassName
{
color: #81D0CA;
}
.AnyTagClassName
{
color: #81D0CA;
}
</style>
background-color css
<style>
a { background-color: #81D0CA; }
a { background-color: rgb(129,208,202); }
div.DivClassName
{
background-color: #81D0CA;
}
.BgClassName
{
background-color: #81D0CA;
}
</style>
border-color css
<style>
span { border-color: #81D0CA; }
span { border-color: rgb(129,208,202); }
td.TdClassName
{
border-color: #81D0CA;
}
.TagClassName
{
border-color: #81D0CA;
}
</style>