Shades of Bermuda #8AD2B6
Tints of Bermuda #8AD2B6
RGB
CMYK
RGB Variations
Color information
#8AD2B6 (or 0x8AD2B6) is known color: Bermuda. HEX triplet: 8A, D2 and B6. RGB value is (138,210,182). Sum of RGB (Red+Green+Blue) = 138+210+182=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2B6 is #752D49. Grayscale: #B9B9B9. Windows color (decimal): -7679306 or 11981450. OLE color: 11981450.
HSL color Cylindrical-coordinate representation of color #8AD2B6: hue angle of 156.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2B6 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 182 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.18 |
| HSL | 156.67º | 0.44% | 0.68% | - |
| HSV(B) | 156.67º | 0.34% | 0.82% | - |
| XYZ | 41.97 | 54.87 | 52.64 | - |
| YUV | 185.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 182 | 0.34 | 0 | 0.13 | 0.18 | 156.67 | 0.44 | 0.68 |
| Hex | 8A | D2 | B6 | 22 | 0 | D | 12 | 9D | 2C | 44 |
| Octal | 212 | 322 | 266 | 42 | 0 | 15 | 22 | 235 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10110110 | 100010 | 0 | 1101 | 10010 | 10011101 | 101100 | 1000100 |
Color Harmonies of #8AD2B6
Complementary color
Monochromatic Colors of #8AD2B6
Black with #8AD2B6
Text Example
Text Example
White with #8AD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2B6; }
p { color: rgb(138,210,182); }
H1.HeaderClassName
{
color: #8AD2B6;
}
.AnyTagClassName
{
color: #8AD2B6;
}
</style>
background-color css
<style>
a { background-color: #8AD2B6; }
a { background-color: rgb(138,210,182); }
div.DivClassName
{
background-color: #8AD2B6;
}
.BgClassName
{
background-color: #8AD2B6;
}
</style>
border-color css
<style>
span { border-color: #8AD2B6; }
span { border-color: rgb(138,210,182); }
td.TdClassName
{
border-color: #8AD2B6;
}
.TagClassName
{
border-color: #8AD2B6;
}
</style>