Shades of Bermuda #8AC0BF
Tints of Bermuda #8AC0BF
RGB
CMYK
RGB Variations
Color information
#8AC0BF (or 0x8AC0BF) is known color: Bermuda. HEX triplet: 8A, C0 and BF. RGB value is (138,192,191). Sum of RGB (Red+Green+Blue) = 138+192+191=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0BF is #753F40. Grayscale: #AFAFAF. Windows color (decimal): -7683905 or 12566666. OLE color: 12566666.
HSL color Cylindrical-coordinate representation of color #8AC0BF: hue angle of 178.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC0BF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 191 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.25 |
| HSL | 178.89º | 0.3% | 0.65% | - |
| HSV(B) | 178.89º | 0.28% | 0.75% | - |
| XYZ | 38.73 | 46.86 | 56.29 | - |
| YUV | 175.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 191 | 0.28 | 0 | 0.01 | 0.25 | 178.89 | 0.3 | 0.65 |
| Hex | 8A | C0 | BF | 1C | 0 | 1 | 19 | B3 | 1E | 41 |
| Octal | 212 | 300 | 277 | 34 | 0 | 1 | 31 | 263 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10111111 | 11100 | 0 | 1 | 11001 | 10110011 | 11110 | 1000001 |
Color Harmonies of #8AC0BF
Complementary color
Monochromatic Colors of #8AC0BF
Black with #8AC0BF
Text Example
Text Example
White with #8AC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0BF; }
p { color: rgb(138,192,191); }
H1.HeaderClassName
{
color: #8AC0BF;
}
.AnyTagClassName
{
color: #8AC0BF;
}
</style>
background-color css
<style>
a { background-color: #8AC0BF; }
a { background-color: rgb(138,192,191); }
div.DivClassName
{
background-color: #8AC0BF;
}
.BgClassName
{
background-color: #8AC0BF;
}
</style>
border-color css
<style>
span { border-color: #8AC0BF; }
span { border-color: rgb(138,192,191); }
td.TdClassName
{
border-color: #8AC0BF;
}
.TagClassName
{
border-color: #8AC0BF;
}
</style>