Shades of Bermuda #8ACCBF
Tints of Bermuda #8ACCBF
RGB
CMYK
RGB Variations
Color information
#8ACCBF (or 0x8ACCBF) is known color: Bermuda. HEX triplet: 8A, CC and BF. RGB value is (138,204,191). Sum of RGB (Red+Green+Blue) = 138+204+191=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBF is #753340. Grayscale: #B6B6B6. Windows color (decimal): -7680833 or 12569738. OLE color: 12569738.
HSL color Cylindrical-coordinate representation of color #8ACCBF: hue angle of 168.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCBF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 191 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.2 |
| HSL | 168.18º | 0.39% | 0.67% | - |
| HSV(B) | 168.18º | 0.32% | 0.8% | - |
| XYZ | 41.48 | 52.35 | 57.21 | - |
| YUV | 182.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 191 | 0.32 | 0 | 0.06 | 0.2 | 168.18 | 0.39 | 0.67 |
| Hex | 8A | CC | BF | 20 | 0 | 6 | 14 | A8 | 27 | 43 |
| Octal | 212 | 314 | 277 | 40 | 0 | 6 | 24 | 250 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10111111 | 100000 | 0 | 110 | 10100 | 10101000 | 100111 | 1000011 |
Color Harmonies of #8ACCBF
Complementary color
Monochromatic Colors of #8ACCBF
Black with #8ACCBF
Text Example
Text Example
White with #8ACCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCBF; }
p { color: rgb(138,204,191); }
H1.HeaderClassName
{
color: #8ACCBF;
}
.AnyTagClassName
{
color: #8ACCBF;
}
</style>
background-color css
<style>
a { background-color: #8ACCBF; }
a { background-color: rgb(138,204,191); }
div.DivClassName
{
background-color: #8ACCBF;
}
.BgClassName
{
background-color: #8ACCBF;
}
</style>
border-color css
<style>
span { border-color: #8ACCBF; }
span { border-color: rgb(138,204,191); }
td.TdClassName
{
border-color: #8ACCBF;
}
.TagClassName
{
border-color: #8ACCBF;
}
</style>