Shades of Bermuda #8ACAB5
Tints of Bermuda #8ACAB5
RGB
CMYK
RGB Variations
Color information
#8ACAB5 (or 0x8ACAB5) is known color: Bermuda. HEX triplet: 8A, CA and B5. RGB value is (138,202,181). Sum of RGB (Red+Green+Blue) = 138+202+181=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACAB5 is #75354A. Grayscale: #B4B4B4. Windows color (decimal): -7681355 or 11913866. OLE color: 11913866.
HSL color Cylindrical-coordinate representation of color #8ACAB5: hue angle of 160.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 181 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.21 |
| HSL | 160.31º | 0.38% | 0.67% | - |
| HSV(B) | 160.31º | 0.32% | 0.79% | - |
| XYZ | 39.94 | 50.98 | 51.45 | - |
| YUV | 180.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 181 | 0.32 | 0 | 0.10 | 0.21 | 160.31 | 0.38 | 0.67 |
| Hex | 8A | CA | B5 | 20 | 0 | A | 15 | A0 | 26 | 43 |
| Octal | 212 | 312 | 265 | 40 | 0 | 12 | 25 | 240 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10110101 | 100000 | 0 | 1010 | 10101 | 10100000 | 100110 | 1000011 |
Color Harmonies of #8ACAB5
Complementary color
Monochromatic Colors of #8ACAB5
Black with #8ACAB5
Text Example
Text Example
White with #8ACAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACAB5; }
p { color: rgb(138,202,181); }
H1.HeaderClassName
{
color: #8ACAB5;
}
.AnyTagClassName
{
color: #8ACAB5;
}
</style>
background-color css
<style>
a { background-color: #8ACAB5; }
a { background-color: rgb(138,202,181); }
div.DivClassName
{
background-color: #8ACAB5;
}
.BgClassName
{
background-color: #8ACAB5;
}
</style>
border-color css
<style>
span { border-color: #8ACAB5; }
span { border-color: rgb(138,202,181); }
td.TdClassName
{
border-color: #8ACAB5;
}
.TagClassName
{
border-color: #8ACAB5;
}
</style>