Shades of Bermuda #8ACCBE
Tints of Bermuda #8ACCBE
RGB
CMYK
RGB Variations
Color information
#8ACCBE (or 0x8ACCBE) is known color: Bermuda. HEX triplet: 8A, CC and BE. RGB value is (138,204,190). Sum of RGB (Red+Green+Blue) = 138+204+190=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBE is #753341. Grayscale: #B6B6B6. Windows color (decimal): -7680834 or 12504202. OLE color: 12504202.
HSL color Cylindrical-coordinate representation of color #8ACCBE: hue angle of 167.27º 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 #8ACCBE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 190 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.2 |
| HSL | 167.27º | 0.39% | 0.67% | - |
| HSV(B) | 167.27º | 0.32% | 0.8% | - |
| XYZ | 41.37 | 52.31 | 56.63 | - |
| YUV | 182.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 190 | 0.32 | 0 | 0.07 | 0.2 | 167.27 | 0.39 | 0.67 |
| Hex | 8A | CC | BE | 20 | 0 | 7 | 14 | A7 | 27 | 43 |
| Octal | 212 | 314 | 276 | 40 | 0 | 7 | 24 | 247 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10111110 | 100000 | 0 | 111 | 10100 | 10100111 | 100111 | 1000011 |
Color Harmonies of #8ACCBE
Complementary color
Monochromatic Colors of #8ACCBE
Black with #8ACCBE
Text Example
Text Example
White with #8ACCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCBE; }
p { color: rgb(138,204,190); }
H1.HeaderClassName
{
color: #8ACCBE;
}
.AnyTagClassName
{
color: #8ACCBE;
}
</style>
background-color css
<style>
a { background-color: #8ACCBE; }
a { background-color: rgb(138,204,190); }
div.DivClassName
{
background-color: #8ACCBE;
}
.BgClassName
{
background-color: #8ACCBE;
}
</style>
border-color css
<style>
span { border-color: #8ACCBE; }
span { border-color: rgb(138,204,190); }
td.TdClassName
{
border-color: #8ACCBE;
}
.TagClassName
{
border-color: #8ACCBE;
}
</style>