Shades of Bermuda #8ADAC0
Tints of Bermuda #8ADAC0
RGB
CMYK
RGB Variations
Color information
#8ADAC0 (or 0x8ADAC0) is known color: Bermuda. HEX triplet: 8A, DA and C0. RGB value is (138,218,192). Sum of RGB (Red+Green+Blue) = 138+218+192=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAC0 is #75253F. Grayscale: #BFBFBF. Windows color (decimal): -7677248 or 12638858. OLE color: 12638858.
HSL color Cylindrical-coordinate representation of color #8ADAC0: hue angle of 160.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAC0 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 192 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.15 |
| HSL | 160.5º | 0.52% | 0.7% | - |
| HSV(B) | 160.5º | 0.37% | 0.85% | - |
| XYZ | 45.07 | 59.35 | 58.95 | - |
| YUV | 191.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 192 | 0.37 | 0 | 0.12 | 0.15 | 160.5 | 0.52 | 0.7 |
| Hex | 8A | DA | C0 | 25 | 0 | C | F | A0 | 34 | 46 |
| Octal | 212 | 332 | 300 | 45 | 0 | 14 | 17 | 240 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11000000 | 100101 | 0 | 1100 | 1111 | 10100000 | 110100 | 1000110 |
Color Harmonies of #8ADAC0
Complementary color
Monochromatic Colors of #8ADAC0
Black with #8ADAC0
Text Example
Text Example
White with #8ADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAC0; }
p { color: rgb(138,218,192); }
H1.HeaderClassName
{
color: #8ADAC0;
}
.AnyTagClassName
{
color: #8ADAC0;
}
</style>
background-color css
<style>
a { background-color: #8ADAC0; }
a { background-color: rgb(138,218,192); }
div.DivClassName
{
background-color: #8ADAC0;
}
.BgClassName
{
background-color: #8ADAC0;
}
</style>
border-color css
<style>
span { border-color: #8ADAC0; }
span { border-color: rgb(138,218,192); }
td.TdClassName
{
border-color: #8ADAC0;
}
.TagClassName
{
border-color: #8ADAC0;
}
</style>