Shades of Bermuda #8ADCBC
Tints of Bermuda #8ADCBC
RGB
CMYK
RGB Variations
Color information
#8ADCBC (or 0x8ADCBC) is known color: Bermuda. HEX triplet: 8A, DC and BC. RGB value is (138,220,188). Sum of RGB (Red+Green+Blue) = 138+220+188=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCBC is #752343. Grayscale: #BFBFBF. Windows color (decimal): -7676740 or 12377226. OLE color: 12377226.
HSL color Cylindrical-coordinate representation of color #8ADCBC: hue angle of 156.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCBC is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 188 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.14 |
| HSL | 156.59º | 0.54% | 0.7% | - |
| HSV(B) | 156.59º | 0.37% | 0.86% | - |
| XYZ | 45.15 | 60.22 | 56.82 | - |
| YUV | 191.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 188 | 0.37 | 0 | 0.15 | 0.14 | 156.59 | 0.54 | 0.7 |
| Hex | 8A | DC | BC | 25 | 0 | F | E | 9D | 36 | 46 |
| Octal | 212 | 334 | 274 | 45 | 0 | 17 | 16 | 235 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10111100 | 100101 | 0 | 1111 | 1110 | 10011101 | 110110 | 1000110 |
Color Harmonies of #8ADCBC
Complementary color
Monochromatic Colors of #8ADCBC
Black with #8ADCBC
Text Example
Text Example
White with #8ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCBC; }
p { color: rgb(138,220,188); }
H1.HeaderClassName
{
color: #8ADCBC;
}
.AnyTagClassName
{
color: #8ADCBC;
}
</style>
background-color css
<style>
a { background-color: #8ADCBC; }
a { background-color: rgb(138,220,188); }
div.DivClassName
{
background-color: #8ADCBC;
}
.BgClassName
{
background-color: #8ADCBC;
}
</style>
border-color css
<style>
span { border-color: #8ADCBC; }
span { border-color: rgb(138,220,188); }
td.TdClassName
{
border-color: #8ADCBC;
}
.TagClassName
{
border-color: #8ADCBC;
}
</style>