Shades of Bermuda #8AD6BA
Tints of Bermuda #8AD6BA
RGB
CMYK
RGB Variations
Color information
#8AD6BA (or 0x8AD6BA) is known color: Bermuda. HEX triplet: 8A, D6 and BA. RGB value is (138,214,186). Sum of RGB (Red+Green+Blue) = 138+214+186=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6BA is #752945. Grayscale: #BCBCBC. Windows color (decimal): -7678278 or 12244618. OLE color: 12244618.
HSL color Cylindrical-coordinate representation of color #8AD6BA: hue angle of 157.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD6BA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 186 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.16 |
| HSL | 157.89º | 0.48% | 0.69% | - |
| HSV(B) | 157.89º | 0.36% | 0.84% | - |
| XYZ | 43.39 | 57.04 | 55.18 | - |
| YUV | 188.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 186 | 0.36 | 0 | 0.13 | 0.16 | 157.89 | 0.48 | 0.69 |
| Hex | 8A | D6 | BA | 24 | 0 | D | 10 | 9E | 30 | 45 |
| Octal | 212 | 326 | 272 | 44 | 0 | 15 | 20 | 236 | 60 | 105 |
| Binary | 10001010 | 11010110 | 10111010 | 100100 | 0 | 1101 | 10000 | 10011110 | 110000 | 1000101 |
Color Harmonies of #8AD6BA
Complementary color
Monochromatic Colors of #8AD6BA
Black with #8AD6BA
Text Example
Text Example
White with #8AD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD6BA; }
p { color: rgb(138,214,186); }
H1.HeaderClassName
{
color: #8AD6BA;
}
.AnyTagClassName
{
color: #8AD6BA;
}
</style>
background-color css
<style>
a { background-color: #8AD6BA; }
a { background-color: rgb(138,214,186); }
div.DivClassName
{
background-color: #8AD6BA;
}
.BgClassName
{
background-color: #8AD6BA;
}
</style>
border-color css
<style>
span { border-color: #8AD6BA; }
span { border-color: rgb(138,214,186); }
td.TdClassName
{
border-color: #8AD6BA;
}
.TagClassName
{
border-color: #8AD6BA;
}
</style>