Shades of Bermuda #8ADDBC
Tints of Bermuda #8ADDBC
RGB
CMYK
RGB Variations
Color information
#8ADDBC (or 0x8ADDBC) is known color: Bermuda. HEX triplet: 8A, DD and BC. RGB value is (138,221,188). Sum of RGB (Red+Green+Blue) = 138+221+188=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBC is #752243. Grayscale: #C0C0C0. Windows color (decimal): -7676484 or 12377482. OLE color: 12377482.
HSL color Cylindrical-coordinate representation of color #8ADDBC: hue angle of 156.14º 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 #8ADDBC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 188 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.13 |
| HSL | 156.14º | 0.55% | 0.7% | - |
| HSV(B) | 156.14º | 0.38% | 0.87% | - |
| XYZ | 45.41 | 60.75 | 56.91 | - |
| YUV | 192.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 188 | 0.38 | 0 | 0.15 | 0.13 | 156.14 | 0.55 | 0.7 |
| Hex | 8A | DD | BC | 26 | 0 | F | D | 9C | 37 | 46 |
| Octal | 212 | 335 | 274 | 46 | 0 | 17 | 15 | 234 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10111100 | 100110 | 0 | 1111 | 1101 | 10011100 | 110111 | 1000110 |
Color Harmonies of #8ADDBC
Complementary color
Monochromatic Colors of #8ADDBC
Black with #8ADDBC
Text Example
Text Example
White with #8ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDBC; }
p { color: rgb(138,221,188); }
H1.HeaderClassName
{
color: #8ADDBC;
}
.AnyTagClassName
{
color: #8ADDBC;
}
</style>
background-color css
<style>
a { background-color: #8ADDBC; }
a { background-color: rgb(138,221,188); }
div.DivClassName
{
background-color: #8ADDBC;
}
.BgClassName
{
background-color: #8ADDBC;
}
</style>
border-color css
<style>
span { border-color: #8ADDBC; }
span { border-color: rgb(138,221,188); }
td.TdClassName
{
border-color: #8ADDBC;
}
.TagClassName
{
border-color: #8ADDBC;
}
</style>