Shades of Bermuda #8ACEBA
Tints of Bermuda #8ACEBA
RGB
CMYK
RGB Variations
Color information
#8ACEBA (or 0x8ACEBA) is known color: Bermuda. HEX triplet: 8A, CE and BA. RGB value is (138,206,186). Sum of RGB (Red+Green+Blue) = 138+206+186=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEBA is #753145. Grayscale: #B7B7B7. Windows color (decimal): -7680326 or 12242570. OLE color: 12242570.
HSL color Cylindrical-coordinate representation of color #8ACEBA: hue angle of 162.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEBA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 186 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.19 |
| HSL | 162.35º | 0.41% | 0.67% | - |
| HSV(B) | 162.35º | 0.33% | 0.81% | - |
| XYZ | 41.42 | 53.09 | 54.52 | - |
| YUV | 183.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 186 | 0.33 | 0 | 0.10 | 0.19 | 162.35 | 0.41 | 0.67 |
| Hex | 8A | CE | BA | 21 | 0 | A | 13 | A2 | 29 | 43 |
| Octal | 212 | 316 | 272 | 41 | 0 | 12 | 23 | 242 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10111010 | 100001 | 0 | 1010 | 10011 | 10100010 | 101001 | 1000011 |
Color Harmonies of #8ACEBA
Complementary color
Monochromatic Colors of #8ACEBA
Black with #8ACEBA
Text Example
Text Example
White with #8ACEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEBA; }
p { color: rgb(138,206,186); }
H1.HeaderClassName
{
color: #8ACEBA;
}
.AnyTagClassName
{
color: #8ACEBA;
}
</style>
background-color css
<style>
a { background-color: #8ACEBA; }
a { background-color: rgb(138,206,186); }
div.DivClassName
{
background-color: #8ACEBA;
}
.BgClassName
{
background-color: #8ACEBA;
}
</style>
border-color css
<style>
span { border-color: #8ACEBA; }
span { border-color: rgb(138,206,186); }
td.TdClassName
{
border-color: #8ACEBA;
}
.TagClassName
{
border-color: #8ACEBA;
}
</style>