Shades of Bermuda #8AD3BF
Tints of Bermuda #8AD3BF
RGB
CMYK
RGB Variations
Color information
#8AD3BF (or 0x8AD3BF) is known color: Bermuda. HEX triplet: 8A, D3 and BF. RGB value is (138,211,191). Sum of RGB (Red+Green+Blue) = 138+211+191=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3BF is #752C40. Grayscale: #BABABA. Windows color (decimal): -7679041 or 12571530. OLE color: 12571530.
HSL color Cylindrical-coordinate representation of color #8AD3BF: hue angle of 163.56º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3BF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 191 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.17 |
| HSL | 163.56º | 0.45% | 0.68% | - |
| HSV(B) | 163.56º | 0.35% | 0.83% | - |
| XYZ | 43.18 | 55.75 | 57.78 | - |
| YUV | 186.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 191 | 0.35 | 0 | 0.09 | 0.17 | 163.56 | 0.45 | 0.68 |
| Hex | 8A | D3 | BF | 23 | 0 | 9 | 11 | A4 | 2D | 44 |
| Octal | 212 | 323 | 277 | 43 | 0 | 11 | 21 | 244 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10111111 | 100011 | 0 | 1001 | 10001 | 10100100 | 101101 | 1000100 |
Color Harmonies of #8AD3BF
Complementary color
Monochromatic Colors of #8AD3BF
Black with #8AD3BF
Text Example
Text Example
White with #8AD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3BF; }
p { color: rgb(138,211,191); }
H1.HeaderClassName
{
color: #8AD3BF;
}
.AnyTagClassName
{
color: #8AD3BF;
}
</style>
background-color css
<style>
a { background-color: #8AD3BF; }
a { background-color: rgb(138,211,191); }
div.DivClassName
{
background-color: #8AD3BF;
}
.BgClassName
{
background-color: #8AD3BF;
}
</style>
border-color css
<style>
span { border-color: #8AD3BF; }
span { border-color: rgb(138,211,191); }
td.TdClassName
{
border-color: #8AD3BF;
}
.TagClassName
{
border-color: #8AD3BF;
}
</style>