Shades of Bermuda #8ACFB9
Tints of Bermuda #8ACFB9
RGB
CMYK
RGB Variations
Color information
#8ACFB9 (or 0x8ACFB9) is known color: Bermuda. HEX triplet: 8A, CF and B9. RGB value is (138,207,185). Sum of RGB (Red+Green+Blue) = 138+207+185=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFB9 is #753046. Grayscale: #B7B7B7. Windows color (decimal): -7680071 or 12177290. OLE color: 12177290.
HSL color Cylindrical-coordinate representation of color #8ACFB9: hue angle of 160.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACFB9 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 185 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.19 |
| HSL | 160.87º | 0.42% | 0.68% | - |
| HSV(B) | 160.87º | 0.33% | 0.81% | - |
| XYZ | 41.55 | 53.53 | 54.04 | - |
| YUV | 183.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 185 | 0.33 | 0 | 0.11 | 0.19 | 160.87 | 0.42 | 0.68 |
| Hex | 8A | CF | B9 | 21 | 0 | B | 13 | A1 | 2A | 44 |
| Octal | 212 | 317 | 271 | 41 | 0 | 13 | 23 | 241 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10111001 | 100001 | 0 | 1011 | 10011 | 10100001 | 101010 | 1000100 |
Color Harmonies of #8ACFB9
Complementary color
Monochromatic Colors of #8ACFB9
Black with #8ACFB9
Text Example
Text Example
White with #8ACFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACFB9; }
p { color: rgb(138,207,185); }
H1.HeaderClassName
{
color: #8ACFB9;
}
.AnyTagClassName
{
color: #8ACFB9;
}
</style>
background-color css
<style>
a { background-color: #8ACFB9; }
a { background-color: rgb(138,207,185); }
div.DivClassName
{
background-color: #8ACFB9;
}
.BgClassName
{
background-color: #8ACFB9;
}
</style>
border-color css
<style>
span { border-color: #8ACFB9; }
span { border-color: rgb(138,207,185); }
td.TdClassName
{
border-color: #8ACFB9;
}
.TagClassName
{
border-color: #8ACFB9;
}
</style>