Shades of Bermuda #8AD6BD
Tints of Bermuda #8AD6BD
RGB
CMYK
RGB Variations
Color information
#8AD6BD (or 0x8AD6BD) is known color: Bermuda. HEX triplet: 8A, D6 and BD. RGB value is (138,214,189). Sum of RGB (Red+Green+Blue) = 138+214+189=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6BD is #752942. Grayscale: #BCBCBC. Windows color (decimal): -7678275 or 12441226. OLE color: 12441226.
HSL color Cylindrical-coordinate representation of color #8AD6BD: hue angle of 160.26º 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 #8AD6BD is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 189 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.16 |
| HSL | 160.26º | 0.48% | 0.69% | - |
| HSV(B) | 160.26º | 0.36% | 0.84% | - |
| XYZ | 43.71 | 57.17 | 56.88 | - |
| YUV | 188.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 189 | 0.36 | 0 | 0.12 | 0.16 | 160.26 | 0.48 | 0.69 |
| Hex | 8A | D6 | BD | 24 | 0 | C | 10 | A0 | 30 | 45 |
| Octal | 212 | 326 | 275 | 44 | 0 | 14 | 20 | 240 | 60 | 105 |
| Binary | 10001010 | 11010110 | 10111101 | 100100 | 0 | 1100 | 10000 | 10100000 | 110000 | 1000101 |
Color Harmonies of #8AD6BD
Complementary color
Monochromatic Colors of #8AD6BD
Black with #8AD6BD
Text Example
Text Example
White with #8AD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD6BD; }
p { color: rgb(138,214,189); }
H1.HeaderClassName
{
color: #8AD6BD;
}
.AnyTagClassName
{
color: #8AD6BD;
}
</style>
background-color css
<style>
a { background-color: #8AD6BD; }
a { background-color: rgb(138,214,189); }
div.DivClassName
{
background-color: #8AD6BD;
}
.BgClassName
{
background-color: #8AD6BD;
}
</style>
border-color css
<style>
span { border-color: #8AD6BD; }
span { border-color: rgb(138,214,189); }
td.TdClassName
{
border-color: #8AD6BD;
}
.TagClassName
{
border-color: #8AD6BD;
}
</style>