Shades of Bermuda #8AD1BA
Tints of Bermuda #8AD1BA
RGB
CMYK
RGB Variations
Color information
#8AD1BA (or 0x8AD1BA) is known color: Bermuda. HEX triplet: 8A, D1 and BA. RGB value is (138,209,186). Sum of RGB (Red+Green+Blue) = 138+209+186=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1BA is #752E45. Grayscale: #B9B9B9. Windows color (decimal): -7679558 or 12243338. OLE color: 12243338.
HSL color Cylindrical-coordinate representation of color #8AD1BA: hue angle of 160.56º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1BA is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 186 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.18 |
| HSL | 160.56º | 0.44% | 0.68% | - |
| HSV(B) | 160.56º | 0.34% | 0.82% | - |
| XYZ | 42.14 | 54.55 | 54.76 | - |
| YUV | 185.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 186 | 0.34 | 0 | 0.11 | 0.18 | 160.56 | 0.44 | 0.68 |
| Hex | 8A | D1 | BA | 22 | 0 | B | 12 | A1 | 2C | 44 |
| Octal | 212 | 321 | 272 | 42 | 0 | 13 | 22 | 241 | 54 | 104 |
| Binary | 10001010 | 11010001 | 10111010 | 100010 | 0 | 1011 | 10010 | 10100001 | 101100 | 1000100 |
Color Harmonies of #8AD1BA
Complementary color
Monochromatic Colors of #8AD1BA
Black with #8AD1BA
Text Example
Text Example
White with #8AD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1BA; }
p { color: rgb(138,209,186); }
H1.HeaderClassName
{
color: #8AD1BA;
}
.AnyTagClassName
{
color: #8AD1BA;
}
</style>
background-color css
<style>
a { background-color: #8AD1BA; }
a { background-color: rgb(138,209,186); }
div.DivClassName
{
background-color: #8AD1BA;
}
.BgClassName
{
background-color: #8AD1BA;
}
</style>
border-color css
<style>
span { border-color: #8AD1BA; }
span { border-color: rgb(138,209,186); }
td.TdClassName
{
border-color: #8AD1BA;
}
.TagClassName
{
border-color: #8AD1BA;
}
</style>