Shades of Bermuda #8AC3BC
Tints of Bermuda #8AC3BC
RGB
CMYK
RGB Variations
Color information
#8AC3BC (or 0x8AC3BC) is known color: Bermuda. HEX triplet: 8A, C3 and BC. RGB value is (138,195,188). Sum of RGB (Red+Green+Blue) = 138+195+188=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC3BC is #753C43. Grayscale: #B1B1B1. Windows color (decimal): -7683140 or 12370826. OLE color: 12370826.
HSL color Cylindrical-coordinate representation of color #8AC3BC: hue angle of 172.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC3BC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 188 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.24 |
| HSL | 172.63º | 0.32% | 0.65% | - |
| HSV(B) | 172.63º | 0.29% | 0.76% | - |
| XYZ | 39.07 | 48.06 | 54.79 | - |
| YUV | 177.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 188 | 0.29 | 0 | 0.04 | 0.24 | 172.63 | 0.32 | 0.65 |
| Hex | 8A | C3 | BC | 1D | 0 | 4 | 18 | AD | 20 | 41 |
| Octal | 212 | 303 | 274 | 35 | 0 | 4 | 30 | 255 | 40 | 101 |
| Binary | 10001010 | 11000011 | 10111100 | 11101 | 0 | 100 | 11000 | 10101101 | 100000 | 1000001 |
Color Harmonies of #8AC3BC
Complementary color
Monochromatic Colors of #8AC3BC
Black with #8AC3BC
Text Example
Text Example
White with #8AC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC3BC; }
p { color: rgb(138,195,188); }
H1.HeaderClassName
{
color: #8AC3BC;
}
.AnyTagClassName
{
color: #8AC3BC;
}
</style>
background-color css
<style>
a { background-color: #8AC3BC; }
a { background-color: rgb(138,195,188); }
div.DivClassName
{
background-color: #8AC3BC;
}
.BgClassName
{
background-color: #8AC3BC;
}
</style>
border-color css
<style>
span { border-color: #8AC3BC; }
span { border-color: rgb(138,195,188); }
td.TdClassName
{
border-color: #8AC3BC;
}
.TagClassName
{
border-color: #8AC3BC;
}
</style>