Shades of Bermuda #8AD5BA
Tints of Bermuda #8AD5BA
RGB
CMYK
RGB Variations
Color information
#8AD5BA (or 0x8AD5BA) is known color: Bermuda. HEX triplet: 8A, D5 and BA. RGB value is (138,213,186). Sum of RGB (Red+Green+Blue) = 138+213+186=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5BA is #752A45. Grayscale: #BBBBBB. Windows color (decimal): -7678534 or 12244362. OLE color: 12244362.
HSL color Cylindrical-coordinate representation of color #8AD5BA: hue angle of 158.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD5BA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 186 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.16 |
| HSL | 158.4º | 0.47% | 0.69% | - |
| HSV(B) | 158.4º | 0.35% | 0.84% | - |
| XYZ | 43.14 | 56.54 | 55.09 | - |
| YUV | 187.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 186 | 0.35 | 0 | 0.13 | 0.16 | 158.4 | 0.47 | 0.69 |
| Hex | 8A | D5 | BA | 23 | 0 | D | 10 | 9E | 2F | 45 |
| Octal | 212 | 325 | 272 | 43 | 0 | 15 | 20 | 236 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10111010 | 100011 | 0 | 1101 | 10000 | 10011110 | 101111 | 1000101 |
Color Harmonies of #8AD5BA
Complementary color
Monochromatic Colors of #8AD5BA
Black with #8AD5BA
Text Example
Text Example
White with #8AD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5BA; }
p { color: rgb(138,213,186); }
H1.HeaderClassName
{
color: #8AD5BA;
}
.AnyTagClassName
{
color: #8AD5BA;
}
</style>
background-color css
<style>
a { background-color: #8AD5BA; }
a { background-color: rgb(138,213,186); }
div.DivClassName
{
background-color: #8AD5BA;
}
.BgClassName
{
background-color: #8AD5BA;
}
</style>
border-color css
<style>
span { border-color: #8AD5BA; }
span { border-color: rgb(138,213,186); }
td.TdClassName
{
border-color: #8AD5BA;
}
.TagClassName
{
border-color: #8AD5BA;
}
</style>