Shades of Bermuda #8ACEB8
Tints of Bermuda #8ACEB8
RGB
CMYK
RGB Variations
Color information
#8ACEB8 (or 0x8ACEB8) is known color: Bermuda. HEX triplet: 8A, CE and B8. RGB value is (138,206,184). Sum of RGB (Red+Green+Blue) = 138+206+184=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEB8 is #753147. Grayscale: #B7B7B7. Windows color (decimal): -7680328 or 12111498. OLE color: 12111498.
HSL color Cylindrical-coordinate representation of color #8ACEB8: hue angle of 160.59º 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 #8ACEB8 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 184 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.19 |
| HSL | 160.59º | 0.41% | 0.67% | - |
| HSV(B) | 160.59º | 0.33% | 0.81% | - |
| XYZ | 41.2 | 53.01 | 53.41 | - |
| YUV | 183.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 184 | 0.33 | 0 | 0.11 | 0.19 | 160.59 | 0.41 | 0.67 |
| Hex | 8A | CE | B8 | 21 | 0 | B | 13 | A1 | 29 | 43 |
| Octal | 212 | 316 | 270 | 41 | 0 | 13 | 23 | 241 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10111000 | 100001 | 0 | 1011 | 10011 | 10100001 | 101001 | 1000011 |
Color Harmonies of #8ACEB8
Complementary color
Monochromatic Colors of #8ACEB8
Black with #8ACEB8
Text Example
Text Example
White with #8ACEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEB8; }
p { color: rgb(138,206,184); }
H1.HeaderClassName
{
color: #8ACEB8;
}
.AnyTagClassName
{
color: #8ACEB8;
}
</style>
background-color css
<style>
a { background-color: #8ACEB8; }
a { background-color: rgb(138,206,184); }
div.DivClassName
{
background-color: #8ACEB8;
}
.BgClassName
{
background-color: #8ACEB8;
}
</style>
border-color css
<style>
span { border-color: #8ACEB8; }
span { border-color: rgb(138,206,184); }
td.TdClassName
{
border-color: #8ACEB8;
}
.TagClassName
{
border-color: #8ACEB8;
}
</style>