Shades of Bermuda #8ACBC5
Tints of Bermuda #8ACBC5
RGB
CMYK
RGB Variations
Color information
#8ACBC5 (or 0x8ACBC5) is known color: Bermuda. HEX triplet: 8A, CB and C5. RGB value is (138,203,197). Sum of RGB (Red+Green+Blue) = 138+203+197=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC5 is #75343A. Grayscale: #B6B6B6. Windows color (decimal): -7681083 or 12962698. OLE color: 12962698.
HSL color Cylindrical-coordinate representation of color #8ACBC5: hue angle of 174.46º degrees, saturation: 0.38, 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 #8ACBC5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 197 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.20 |
| HSL | 174.46º | 0.38% | 0.67% | - |
| HSV(B) | 174.46º | 0.32% | 0.8% | - |
| XYZ | 41.92 | 52.15 | 60.68 | - |
| YUV | 182.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 197 | 0.32 | 0 | 0.03 | 0.20 | 174.46 | 0.38 | 0.67 |
| Hex | 8A | CB | C5 | 20 | 0 | 3 | 14 | AE | 26 | 43 |
| Octal | 212 | 313 | 305 | 40 | 0 | 3 | 24 | 256 | 46 | 103 |
| Binary | 10001010 | 11001011 | 11000101 | 100000 | 0 | 11 | 10100 | 10101110 | 100110 | 1000011 |
Color Harmonies of #8ACBC5
Complementary color
Monochromatic Colors of #8ACBC5
Black with #8ACBC5
Text Example
Text Example
White with #8ACBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBC5; }
p { color: rgb(138,203,197); }
H1.HeaderClassName
{
color: #8ACBC5;
}
.AnyTagClassName
{
color: #8ACBC5;
}
</style>
background-color css
<style>
a { background-color: #8ACBC5; }
a { background-color: rgb(138,203,197); }
div.DivClassName
{
background-color: #8ACBC5;
}
.BgClassName
{
background-color: #8ACBC5;
}
</style>
border-color css
<style>
span { border-color: #8ACBC5; }
span { border-color: rgb(138,203,197); }
td.TdClassName
{
border-color: #8ACBC5;
}
.TagClassName
{
border-color: #8ACBC5;
}
</style>