Shades of Bermuda #8ACCB3
Tints of Bermuda #8ACCB3
RGB
CMYK
RGB Variations
Color information
#8ACCB3 (or 0x8ACCB3) is known color: Bermuda. HEX triplet: 8A, CC and B3. RGB value is (138,204,179). Sum of RGB (Red+Green+Blue) = 138+204+179=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB3 is #75334C. Grayscale: #B5B5B5. Windows color (decimal): -7680845 or 11783306. OLE color: 11783306.
HSL color Cylindrical-coordinate representation of color #8ACCB3: hue angle of 157.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 #8ACCB3 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 179 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.2 |
| HSL | 157.27º | 0.39% | 0.67% | - |
| HSV(B) | 157.27º | 0.32% | 0.8% | - |
| XYZ | 40.21 | 51.84 | 50.54 | - |
| YUV | 181.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 179 | 0.32 | 0 | 0.12 | 0.2 | 157.27 | 0.39 | 0.67 |
| Hex | 8A | CC | B3 | 20 | 0 | C | 14 | 9D | 27 | 43 |
| Octal | 212 | 314 | 263 | 40 | 0 | 14 | 24 | 235 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10110011 | 100000 | 0 | 1100 | 10100 | 10011101 | 100111 | 1000011 |
Color Harmonies of #8ACCB3
Complementary color
Monochromatic Colors of #8ACCB3
Black with #8ACCB3
Text Example
Text Example
White with #8ACCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCB3; }
p { color: rgb(138,204,179); }
H1.HeaderClassName
{
color: #8ACCB3;
}
.AnyTagClassName
{
color: #8ACCB3;
}
</style>
background-color css
<style>
a { background-color: #8ACCB3; }
a { background-color: rgb(138,204,179); }
div.DivClassName
{
background-color: #8ACCB3;
}
.BgClassName
{
background-color: #8ACCB3;
}
</style>
border-color css
<style>
span { border-color: #8ACCB3; }
span { border-color: rgb(138,204,179); }
td.TdClassName
{
border-color: #8ACCB3;
}
.TagClassName
{
border-color: #8ACCB3;
}
</style>