Shades of Bermuda #8ACAB7
Tints of Bermuda #8ACAB7
RGB
CMYK
RGB Variations
Color information
#8ACAB7 (or 0x8ACAB7) is known color: Bermuda. HEX triplet: 8A, CA and B7. RGB value is (138,202,183). Sum of RGB (Red+Green+Blue) = 138+202+183=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACAB7 is #753548. Grayscale: #B4B4B4. Windows color (decimal): -7681353 or 12044938. OLE color: 12044938.
HSL color Cylindrical-coordinate representation of color #8ACAB7: hue angle of 162.19º 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 #8ACAB7 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 183 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.21 |
| HSL | 162.19º | 0.38% | 0.67% | - |
| HSV(B) | 162.19º | 0.32% | 0.79% | - |
| XYZ | 40.15 | 51.06 | 52.54 | - |
| YUV | 180.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 183 | 0.32 | 0 | 0.09 | 0.21 | 162.19 | 0.38 | 0.67 |
| Hex | 8A | CA | B7 | 20 | 0 | 9 | 15 | A2 | 26 | 43 |
| Octal | 212 | 312 | 267 | 40 | 0 | 11 | 25 | 242 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10110111 | 100000 | 0 | 1001 | 10101 | 10100010 | 100110 | 1000011 |
Color Harmonies of #8ACAB7
Complementary color
Monochromatic Colors of #8ACAB7
Black with #8ACAB7
Text Example
Text Example
White with #8ACAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACAB7; }
p { color: rgb(138,202,183); }
H1.HeaderClassName
{
color: #8ACAB7;
}
.AnyTagClassName
{
color: #8ACAB7;
}
</style>
background-color css
<style>
a { background-color: #8ACAB7; }
a { background-color: rgb(138,202,183); }
div.DivClassName
{
background-color: #8ACAB7;
}
.BgClassName
{
background-color: #8ACAB7;
}
</style>
border-color css
<style>
span { border-color: #8ACAB7; }
span { border-color: rgb(138,202,183); }
td.TdClassName
{
border-color: #8ACAB7;
}
.TagClassName
{
border-color: #8ACAB7;
}
</style>