Shades of Bermuda #8ADFBC
Tints of Bermuda #8ADFBC
RGB
CMYK
RGB Variations
Color information
#8ADFBC (or 0x8ADFBC) is known color: Bermuda. HEX triplet: 8A, DF and BC. RGB value is (138,223,188). Sum of RGB (Red+Green+Blue) = 138+223+188=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFBC is #752043. Grayscale: #C1C1C1. Windows color (decimal): -7675972 or 12377994. OLE color: 12377994.
HSL color Cylindrical-coordinate representation of color #8ADFBC: hue angle of 155.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFBC is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 188 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.13 |
| HSL | 155.29º | 0.57% | 0.71% | - |
| HSV(B) | 155.29º | 0.38% | 0.87% | - |
| XYZ | 45.95 | 61.81 | 57.09 | - |
| YUV | 193.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 188 | 0.38 | 0 | 0.16 | 0.13 | 155.29 | 0.57 | 0.71 |
| Hex | 8A | DF | BC | 26 | 0 | 10 | D | 9B | 39 | 47 |
| Octal | 212 | 337 | 274 | 46 | 0 | 20 | 15 | 233 | 71 | 107 |
| Binary | 10001010 | 11011111 | 10111100 | 100110 | 0 | 10000 | 1101 | 10011011 | 111001 | 1000111 |
Color Harmonies of #8ADFBC
Complementary color
Monochromatic Colors of #8ADFBC
Black with #8ADFBC
Text Example
Text Example
White with #8ADFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFBC; }
p { color: rgb(138,223,188); }
H1.HeaderClassName
{
color: #8ADFBC;
}
.AnyTagClassName
{
color: #8ADFBC;
}
</style>
background-color css
<style>
a { background-color: #8ADFBC; }
a { background-color: rgb(138,223,188); }
div.DivClassName
{
background-color: #8ADFBC;
}
.BgClassName
{
background-color: #8ADFBC;
}
</style>
border-color css
<style>
span { border-color: #8ADFBC; }
span { border-color: rgb(138,223,188); }
td.TdClassName
{
border-color: #8ADFBC;
}
.TagClassName
{
border-color: #8ADFBC;
}
</style>