Shades of Bermuda #8ACEC0
Tints of Bermuda #8ACEC0
RGB
CMYK
RGB Variations
Color information
#8ACEC0 (or 0x8ACEC0) is known color: Bermuda. HEX triplet: 8A, CE and C0. RGB value is (138,206,192). Sum of RGB (Red+Green+Blue) = 138+206+192=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEC0 is #75313F. Grayscale: #B8B8B8. Windows color (decimal): -7680320 or 12635786. OLE color: 12635786.
HSL color Cylindrical-coordinate representation of color #8ACEC0: hue angle of 167.65º 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 #8ACEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 192 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.19 |
| HSL | 167.65º | 0.41% | 0.67% | - |
| HSV(B) | 167.65º | 0.33% | 0.81% | - |
| XYZ | 42.07 | 53.35 | 57.95 | - |
| YUV | 184.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 192 | 0.33 | 0 | 0.07 | 0.19 | 167.65 | 0.41 | 0.67 |
| Hex | 8A | CE | C0 | 21 | 0 | 7 | 13 | A8 | 29 | 43 |
| Octal | 212 | 316 | 300 | 41 | 0 | 7 | 23 | 250 | 51 | 103 |
| Binary | 10001010 | 11001110 | 11000000 | 100001 | 0 | 111 | 10011 | 10101000 | 101001 | 1000011 |
Color Harmonies of #8ACEC0
Complementary color
Monochromatic Colors of #8ACEC0
Black with #8ACEC0
Text Example
Text Example
White with #8ACEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEC0; }
p { color: rgb(138,206,192); }
H1.HeaderClassName
{
color: #8ACEC0;
}
.AnyTagClassName
{
color: #8ACEC0;
}
</style>
background-color css
<style>
a { background-color: #8ACEC0; }
a { background-color: rgb(138,206,192); }
div.DivClassName
{
background-color: #8ACEC0;
}
.BgClassName
{
background-color: #8ACEC0;
}
</style>
border-color css
<style>
span { border-color: #8ACEC0; }
span { border-color: rgb(138,206,192); }
td.TdClassName
{
border-color: #8ACEC0;
}
.TagClassName
{
border-color: #8ACEC0;
}
</style>