Shades of Bermuda #8ADDBD
Tints of Bermuda #8ADDBD
RGB
CMYK
RGB Variations
Color information
#8ADDBD (or 0x8ADDBD) is known color: Bermuda. HEX triplet: 8A, DD and BD. RGB value is (138,221,189). Sum of RGB (Red+Green+Blue) = 138+221+189=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBD is #752242. Grayscale: #C0C0C0. Windows color (decimal): -7676483 or 12443018. OLE color: 12443018.
HSL color Cylindrical-coordinate representation of color #8ADDBD: hue angle of 156.87º 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 #8ADDBD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 189 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.13 |
| HSL | 156.87º | 0.55% | 0.7% | - |
| HSV(B) | 156.87º | 0.38% | 0.87% | - |
| XYZ | 45.52 | 60.79 | 57.48 | - |
| YUV | 192.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 189 | 0.38 | 0 | 0.14 | 0.13 | 156.87 | 0.55 | 0.7 |
| Hex | 8A | DD | BD | 26 | 0 | E | D | 9D | 37 | 46 |
| Octal | 212 | 335 | 275 | 46 | 0 | 16 | 15 | 235 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10111101 | 100110 | 0 | 1110 | 1101 | 10011101 | 110111 | 1000110 |
Color Harmonies of #8ADDBD
Complementary color
Monochromatic Colors of #8ADDBD
Black with #8ADDBD
Text Example
Text Example
White with #8ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDBD; }
p { color: rgb(138,221,189); }
H1.HeaderClassName
{
color: #8ADDBD;
}
.AnyTagClassName
{
color: #8ADDBD;
}
</style>
background-color css
<style>
a { background-color: #8ADDBD; }
a { background-color: rgb(138,221,189); }
div.DivClassName
{
background-color: #8ADDBD;
}
.BgClassName
{
background-color: #8ADDBD;
}
</style>
border-color css
<style>
span { border-color: #8ADDBD; }
span { border-color: rgb(138,221,189); }
td.TdClassName
{
border-color: #8ADDBD;
}
.TagClassName
{
border-color: #8ADDBD;
}
</style>