Shades of Bermuda #8ACCBA
Tints of Bermuda #8ACCBA
RGB
CMYK
RGB Variations
Color information
#8ACCBA (or 0x8ACCBA) is known color: Bermuda. HEX triplet: 8A, CC and BA. RGB value is (138,204,186). Sum of RGB (Red+Green+Blue) = 138+204+186=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBA is #753345. Grayscale: #B6B6B6. Windows color (decimal): -7680838 or 12242058. OLE color: 12242058.
HSL color Cylindrical-coordinate representation of color #8ACCBA: hue angle of 163.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCBA is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 186 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.2 |
| HSL | 163.64º | 0.39% | 0.67% | - |
| HSV(B) | 163.64º | 0.32% | 0.8% | - |
| XYZ | 40.94 | 52.13 | 54.36 | - |
| YUV | 182.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 186 | 0.32 | 0 | 0.09 | 0.2 | 163.64 | 0.39 | 0.67 |
| Hex | 8A | CC | BA | 20 | 0 | 9 | 14 | A4 | 27 | 43 |
| Octal | 212 | 314 | 272 | 40 | 0 | 11 | 24 | 244 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10111010 | 100000 | 0 | 1001 | 10100 | 10100100 | 100111 | 1000011 |
Color Harmonies of #8ACCBA
Complementary color
Monochromatic Colors of #8ACCBA
Black with #8ACCBA
Text Example
Text Example
White with #8ACCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCBA; }
p { color: rgb(138,204,186); }
H1.HeaderClassName
{
color: #8ACCBA;
}
.AnyTagClassName
{
color: #8ACCBA;
}
</style>
background-color css
<style>
a { background-color: #8ACCBA; }
a { background-color: rgb(138,204,186); }
div.DivClassName
{
background-color: #8ACCBA;
}
.BgClassName
{
background-color: #8ACCBA;
}
</style>
border-color css
<style>
span { border-color: #8ACCBA; }
span { border-color: rgb(138,204,186); }
td.TdClassName
{
border-color: #8ACCBA;
}
.TagClassName
{
border-color: #8ACCBA;
}
</style>