Shades of Bermuda #8ACABB
Tints of Bermuda #8ACABB
RGB
CMYK
RGB Variations
Color information
#8ACABB (or 0x8ACABB) is known color: Bermuda. HEX triplet: 8A, CA and BB. RGB value is (138,202,187). Sum of RGB (Red+Green+Blue) = 138+202+187=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACABB is #753544. Grayscale: #B5B5B5. Windows color (decimal): -7681349 or 12307082. OLE color: 12307082.
HSL color Cylindrical-coordinate representation of color #8ACABB: hue angle of 165.94º 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 #8ACABB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 187 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.21 |
| HSL | 165.94º | 0.38% | 0.67% | - |
| HSV(B) | 165.94º | 0.32% | 0.79% | - |
| XYZ | 40.57 | 51.23 | 54.76 | - |
| YUV | 181.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 187 | 0.32 | 0 | 0.07 | 0.21 | 165.94 | 0.38 | 0.67 |
| Hex | 8A | CA | BB | 20 | 0 | 7 | 15 | A6 | 26 | 43 |
| Octal | 212 | 312 | 273 | 40 | 0 | 7 | 25 | 246 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10111011 | 100000 | 0 | 111 | 10101 | 10100110 | 100110 | 1000011 |
Color Harmonies of #8ACABB
Complementary color
Monochromatic Colors of #8ACABB
Black with #8ACABB
Text Example
Text Example
White with #8ACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACABB; }
p { color: rgb(138,202,187); }
H1.HeaderClassName
{
color: #8ACABB;
}
.AnyTagClassName
{
color: #8ACABB;
}
</style>
background-color css
<style>
a { background-color: #8ACABB; }
a { background-color: rgb(138,202,187); }
div.DivClassName
{
background-color: #8ACABB;
}
.BgClassName
{
background-color: #8ACABB;
}
</style>
border-color css
<style>
span { border-color: #8ACABB; }
span { border-color: rgb(138,202,187); }
td.TdClassName
{
border-color: #8ACABB;
}
.TagClassName
{
border-color: #8ACABB;
}
</style>