Shades of Bermuda #8AC8B9
Tints of Bermuda #8AC8B9
RGB
CMYK
RGB Variations
Color information
#8AC8B9 (or 0x8AC8B9) is known color: Bermuda. HEX triplet: 8A, C8 and B9. RGB value is (138,200,185). Sum of RGB (Red+Green+Blue) = 138+200+185=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8B9 is #753746. Grayscale: #B3B3B3. Windows color (decimal): -7681863 or 12175498. OLE color: 12175498.
HSL color Cylindrical-coordinate representation of color #8AC8B9: hue angle of 165.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8B9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 185 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.22 |
| HSL | 165.48º | 0.36% | 0.66% | - |
| HSV(B) | 165.48º | 0.31% | 0.78% | - |
| XYZ | 39.89 | 50.21 | 53.49 | - |
| YUV | 179.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 185 | 0.31 | 0 | 0.08 | 0.22 | 165.48 | 0.36 | 0.66 |
| Hex | 8A | C8 | B9 | 1F | 0 | 8 | 16 | A5 | 24 | 42 |
| Octal | 212 | 310 | 271 | 37 | 0 | 10 | 26 | 245 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10111001 | 11111 | 0 | 1000 | 10110 | 10100101 | 100100 | 1000010 |
Color Harmonies of #8AC8B9
Complementary color
Monochromatic Colors of #8AC8B9
Black with #8AC8B9
Text Example
Text Example
White with #8AC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8B9; }
p { color: rgb(138,200,185); }
H1.HeaderClassName
{
color: #8AC8B9;
}
.AnyTagClassName
{
color: #8AC8B9;
}
</style>
background-color css
<style>
a { background-color: #8AC8B9; }
a { background-color: rgb(138,200,185); }
div.DivClassName
{
background-color: #8AC8B9;
}
.BgClassName
{
background-color: #8AC8B9;
}
</style>
border-color css
<style>
span { border-color: #8AC8B9; }
span { border-color: rgb(138,200,185); }
td.TdClassName
{
border-color: #8AC8B9;
}
.TagClassName
{
border-color: #8AC8B9;
}
</style>