Shades of Bermuda #8AD2BC
Tints of Bermuda #8AD2BC
RGB
CMYK
RGB Variations
Color information
#8AD2BC (or 0x8AD2BC) is known color: Bermuda. HEX triplet: 8A, D2 and BC. RGB value is (138,210,188). Sum of RGB (Red+Green+Blue) = 138+210+188=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2BC is #752D43. Grayscale: #B9B9B9. Windows color (decimal): -7679300 or 12374666. OLE color: 12374666.
HSL color Cylindrical-coordinate representation of color #8AD2BC: hue angle of 161.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2BC is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 188 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.18 |
| HSL | 161.67º | 0.44% | 0.68% | - |
| HSV(B) | 161.67º | 0.34% | 0.82% | - |
| XYZ | 42.6 | 55.13 | 55.97 | - |
| YUV | 185.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 188 | 0.34 | 0 | 0.10 | 0.18 | 161.67 | 0.44 | 0.68 |
| Hex | 8A | D2 | BC | 22 | 0 | A | 12 | A2 | 2C | 44 |
| Octal | 212 | 322 | 274 | 42 | 0 | 12 | 22 | 242 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10111100 | 100010 | 0 | 1010 | 10010 | 10100010 | 101100 | 1000100 |
Color Harmonies of #8AD2BC
Complementary color
Monochromatic Colors of #8AD2BC
Black with #8AD2BC
Text Example
Text Example
White with #8AD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2BC; }
p { color: rgb(138,210,188); }
H1.HeaderClassName
{
color: #8AD2BC;
}
.AnyTagClassName
{
color: #8AD2BC;
}
</style>
background-color css
<style>
a { background-color: #8AD2BC; }
a { background-color: rgb(138,210,188); }
div.DivClassName
{
background-color: #8AD2BC;
}
.BgClassName
{
background-color: #8AD2BC;
}
</style>
border-color css
<style>
span { border-color: #8AD2BC; }
span { border-color: rgb(138,210,188); }
td.TdClassName
{
border-color: #8AD2BC;
}
.TagClassName
{
border-color: #8AD2BC;
}
</style>