Shades of Bermuda #8AC8BA
Tints of Bermuda #8AC8BA
RGB
CMYK
RGB Variations
Color information
#8AC8BA (or 0x8AC8BA) is known color: Bermuda. HEX triplet: 8A, C8 and BA. RGB value is (138,200,186). Sum of RGB (Red+Green+Blue) = 138+200+186=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8BA is #753745. Grayscale: #B3B3B3. Windows color (decimal): -7681862 or 12241034. OLE color: 12241034.
HSL color Cylindrical-coordinate representation of color #8AC8BA: hue angle of 166.45º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8BA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 186 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.22 |
| HSL | 166.45º | 0.36% | 0.66% | - |
| HSV(B) | 166.45º | 0.31% | 0.78% | - |
| XYZ | 40 | 50.26 | 54.05 | - |
| YUV | 179.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 186 | 0.31 | 0 | 0.07 | 0.22 | 166.45 | 0.36 | 0.66 |
| Hex | 8A | C8 | BA | 1F | 0 | 7 | 16 | A6 | 24 | 42 |
| Octal | 212 | 310 | 272 | 37 | 0 | 7 | 26 | 246 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10111010 | 11111 | 0 | 111 | 10110 | 10100110 | 100100 | 1000010 |
Color Harmonies of #8AC8BA
Complementary color
Monochromatic Colors of #8AC8BA
Black with #8AC8BA
Text Example
Text Example
White with #8AC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8BA; }
p { color: rgb(138,200,186); }
H1.HeaderClassName
{
color: #8AC8BA;
}
.AnyTagClassName
{
color: #8AC8BA;
}
</style>
background-color css
<style>
a { background-color: #8AC8BA; }
a { background-color: rgb(138,200,186); }
div.DivClassName
{
background-color: #8AC8BA;
}
.BgClassName
{
background-color: #8AC8BA;
}
</style>
border-color css
<style>
span { border-color: #8AC8BA; }
span { border-color: rgb(138,200,186); }
td.TdClassName
{
border-color: #8AC8BA;
}
.TagClassName
{
border-color: #8AC8BA;
}
</style>