Shades of Bermuda #8ACABD
Tints of Bermuda #8ACABD
RGB
CMYK
RGB Variations
Color information
#8ACABD (or 0x8ACABD) is known color: Bermuda. HEX triplet: 8A, CA and BD. RGB value is (138,202,189). Sum of RGB (Red+Green+Blue) = 138+202+189=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACABD is #753542. Grayscale: #B5B5B5. Windows color (decimal): -7681347 or 12438154. OLE color: 12438154.
HSL color Cylindrical-coordinate representation of color #8ACABD: hue angle of 167.81º 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 #8ACABD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 189 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.21 |
| HSL | 167.81º | 0.38% | 0.67% | - |
| HSV(B) | 167.81º | 0.32% | 0.79% | - |
| XYZ | 40.79 | 51.32 | 55.9 | - |
| YUV | 181.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 189 | 0.32 | 0 | 0.06 | 0.21 | 167.81 | 0.38 | 0.67 |
| Hex | 8A | CA | BD | 20 | 0 | 6 | 15 | A8 | 26 | 43 |
| Octal | 212 | 312 | 275 | 40 | 0 | 6 | 25 | 250 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10111101 | 100000 | 0 | 110 | 10101 | 10101000 | 100110 | 1000011 |
Color Harmonies of #8ACABD
Complementary color
Monochromatic Colors of #8ACABD
Black with #8ACABD
Text Example
Text Example
White with #8ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACABD; }
p { color: rgb(138,202,189); }
H1.HeaderClassName
{
color: #8ACABD;
}
.AnyTagClassName
{
color: #8ACABD;
}
</style>
background-color css
<style>
a { background-color: #8ACABD; }
a { background-color: rgb(138,202,189); }
div.DivClassName
{
background-color: #8ACABD;
}
.BgClassName
{
background-color: #8ACABD;
}
</style>
border-color css
<style>
span { border-color: #8ACABD; }
span { border-color: rgb(138,202,189); }
td.TdClassName
{
border-color: #8ACABD;
}
.TagClassName
{
border-color: #8ACABD;
}
</style>