Shades of Bermuda #8ADDBB
Tints of Bermuda #8ADDBB
RGB
CMYK
RGB Variations
Color information
#8ADDBB (or 0x8ADDBB) is known color: Bermuda. HEX triplet: 8A, DD and BB. RGB value is (138,221,187). Sum of RGB (Red+Green+Blue) = 138+221+187=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBB is #752244. Grayscale: #C0C0C0. Windows color (decimal): -7676485 or 12311946. OLE color: 12311946.
HSL color Cylindrical-coordinate representation of color #8ADDBB: hue angle of 155.42º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDBB is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 187 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.13 |
| HSL | 155.42º | 0.55% | 0.7% | - |
| HSV(B) | 155.42º | 0.38% | 0.87% | - |
| XYZ | 45.31 | 60.7 | 56.34 | - |
| YUV | 192.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 187 | 0.38 | 0 | 0.15 | 0.13 | 155.42 | 0.55 | 0.7 |
| Hex | 8A | DD | BB | 26 | 0 | F | D | 9B | 37 | 46 |
| Octal | 212 | 335 | 273 | 46 | 0 | 17 | 15 | 233 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10111011 | 100110 | 0 | 1111 | 1101 | 10011011 | 110111 | 1000110 |
Color Harmonies of #8ADDBB
Complementary color
Monochromatic Colors of #8ADDBB
Black with #8ADDBB
Text Example
Text Example
White with #8ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDBB; }
p { color: rgb(138,221,187); }
H1.HeaderClassName
{
color: #8ADDBB;
}
.AnyTagClassName
{
color: #8ADDBB;
}
</style>
background-color css
<style>
a { background-color: #8ADDBB; }
a { background-color: rgb(138,221,187); }
div.DivClassName
{
background-color: #8ADDBB;
}
.BgClassName
{
background-color: #8ADDBB;
}
</style>
border-color css
<style>
span { border-color: #8ADDBB; }
span { border-color: rgb(138,221,187); }
td.TdClassName
{
border-color: #8ADDBB;
}
.TagClassName
{
border-color: #8ADDBB;
}
</style>