Shades of Bermuda #8AD0BE
Tints of Bermuda #8AD0BE
RGB
CMYK
RGB Variations
Color information
#8AD0BE (or 0x8AD0BE) is known color: Bermuda. HEX triplet: 8A, D0 and BE. RGB value is (138,208,190). Sum of RGB (Red+Green+Blue) = 138+208+190=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0BE is #752F41. Grayscale: #B9B9B9. Windows color (decimal): -7679810 or 12505226. OLE color: 12505226.
HSL color Cylindrical-coordinate representation of color #8AD0BE: hue angle of 164.57º degrees, saturation: 0.43, 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 #8AD0BE is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 190 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.18 |
| HSL | 164.57º | 0.43% | 0.68% | - |
| HSV(B) | 164.57º | 0.34% | 0.82% | - |
| XYZ | 42.33 | 54.23 | 56.95 | - |
| YUV | 185.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 190 | 0.34 | 0 | 0.09 | 0.18 | 164.57 | 0.43 | 0.68 |
| Hex | 8A | D0 | BE | 22 | 0 | 9 | 12 | A5 | 2B | 44 |
| Octal | 212 | 320 | 276 | 42 | 0 | 11 | 22 | 245 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10111110 | 100010 | 0 | 1001 | 10010 | 10100101 | 101011 | 1000100 |
Color Harmonies of #8AD0BE
Complementary color
Monochromatic Colors of #8AD0BE
Black with #8AD0BE
Text Example
Text Example
White with #8AD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0BE; }
p { color: rgb(138,208,190); }
H1.HeaderClassName
{
color: #8AD0BE;
}
.AnyTagClassName
{
color: #8AD0BE;
}
</style>
background-color css
<style>
a { background-color: #8AD0BE; }
a { background-color: rgb(138,208,190); }
div.DivClassName
{
background-color: #8AD0BE;
}
.BgClassName
{
background-color: #8AD0BE;
}
</style>
border-color css
<style>
span { border-color: #8AD0BE; }
span { border-color: rgb(138,208,190); }
td.TdClassName
{
border-color: #8AD0BE;
}
.TagClassName
{
border-color: #8AD0BE;
}
</style>