Shades of Bermuda #8ACEBF
Tints of Bermuda #8ACEBF
RGB
CMYK
RGB Variations
Color information
#8ACEBF (or 0x8ACEBF) is known color: Bermuda. HEX triplet: 8A, CE and BF. RGB value is (138,206,191). Sum of RGB (Red+Green+Blue) = 138+206+191=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEBF is #753140. Grayscale: #B7B7B7. Windows color (decimal): -7680321 or 12570250. OLE color: 12570250.
HSL color Cylindrical-coordinate representation of color #8ACEBF: hue angle of 166.76º 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 #8ACEBF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 191 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.19 |
| HSL | 166.76º | 0.41% | 0.67% | - |
| HSV(B) | 166.76º | 0.33% | 0.81% | - |
| XYZ | 41.96 | 53.31 | 57.37 | - |
| YUV | 183.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 191 | 0.33 | 0 | 0.07 | 0.19 | 166.76 | 0.41 | 0.67 |
| Hex | 8A | CE | BF | 21 | 0 | 7 | 13 | A7 | 29 | 43 |
| Octal | 212 | 316 | 277 | 41 | 0 | 7 | 23 | 247 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10111111 | 100001 | 0 | 111 | 10011 | 10100111 | 101001 | 1000011 |
Color Harmonies of #8ACEBF
Complementary color
Monochromatic Colors of #8ACEBF
Black with #8ACEBF
Text Example
Text Example
White with #8ACEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEBF; }
p { color: rgb(138,206,191); }
H1.HeaderClassName
{
color: #8ACEBF;
}
.AnyTagClassName
{
color: #8ACEBF;
}
</style>
background-color css
<style>
a { background-color: #8ACEBF; }
a { background-color: rgb(138,206,191); }
div.DivClassName
{
background-color: #8ACEBF;
}
.BgClassName
{
background-color: #8ACEBF;
}
</style>
border-color css
<style>
span { border-color: #8ACEBF; }
span { border-color: rgb(138,206,191); }
td.TdClassName
{
border-color: #8ACEBF;
}
.TagClassName
{
border-color: #8ACEBF;
}
</style>