Shades of Bermuda #8AD5B8
Tints of Bermuda #8AD5B8
RGB
CMYK
RGB Variations
Color information
#8AD5B8 (or 0x8AD5B8) is known color: Bermuda. HEX triplet: 8A, D5 and B8. RGB value is (138,213,184). Sum of RGB (Red+Green+Blue) = 138+213+184=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5B8 is #752A47. Grayscale: #BBBBBB. Windows color (decimal): -7678536 or 12113290. OLE color: 12113290.
HSL color Cylindrical-coordinate representation of color #8AD5B8: hue angle of 156.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD5B8 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 184 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.16 |
| HSL | 156.8º | 0.47% | 0.69% | - |
| HSV(B) | 156.8º | 0.35% | 0.84% | - |
| XYZ | 42.93 | 56.45 | 53.98 | - |
| YUV | 187.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 184 | 0.35 | 0 | 0.14 | 0.16 | 156.8 | 0.47 | 0.69 |
| Hex | 8A | D5 | B8 | 23 | 0 | E | 10 | 9D | 2F | 45 |
| Octal | 212 | 325 | 270 | 43 | 0 | 16 | 20 | 235 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10111000 | 100011 | 0 | 1110 | 10000 | 10011101 | 101111 | 1000101 |
Color Harmonies of #8AD5B8
Complementary color
Monochromatic Colors of #8AD5B8
Black with #8AD5B8
Text Example
Text Example
White with #8AD5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5B8; }
p { color: rgb(138,213,184); }
H1.HeaderClassName
{
color: #8AD5B8;
}
.AnyTagClassName
{
color: #8AD5B8;
}
</style>
background-color css
<style>
a { background-color: #8AD5B8; }
a { background-color: rgb(138,213,184); }
div.DivClassName
{
background-color: #8AD5B8;
}
.BgClassName
{
background-color: #8AD5B8;
}
</style>
border-color css
<style>
span { border-color: #8AD5B8; }
span { border-color: rgb(138,213,184); }
td.TdClassName
{
border-color: #8AD5B8;
}
.TagClassName
{
border-color: #8AD5B8;
}
</style>