Shades of Bermuda #8ACDB7
Tints of Bermuda #8ACDB7
RGB
CMYK
RGB Variations
Color information
#8ACDB7 (or 0x8ACDB7) is known color: Bermuda. HEX triplet: 8A, CD and B7. RGB value is (138,205,183). Sum of RGB (Red+Green+Blue) = 138+205+183=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDB7 is #753248. Grayscale: #B6B6B6. Windows color (decimal): -7680585 or 12045706. OLE color: 12045706.
HSL color Cylindrical-coordinate representation of color #8ACDB7: hue angle of 160.3º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDB7 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 183 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.20 |
| HSL | 160.3º | 0.4% | 0.67% | - |
| HSV(B) | 160.3º | 0.33% | 0.8% | - |
| XYZ | 40.86 | 52.48 | 52.78 | - |
| YUV | 182.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 183 | 0.33 | 0 | 0.11 | 0.20 | 160.3 | 0.4 | 0.67 |
| Hex | 8A | CD | B7 | 21 | 0 | B | 14 | A0 | 28 | 43 |
| Octal | 212 | 315 | 267 | 41 | 0 | 13 | 24 | 240 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10110111 | 100001 | 0 | 1011 | 10100 | 10100000 | 101000 | 1000011 |
Color Harmonies of #8ACDB7
Complementary color
Monochromatic Colors of #8ACDB7
Black with #8ACDB7
Text Example
Text Example
White with #8ACDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDB7; }
p { color: rgb(138,205,183); }
H1.HeaderClassName
{
color: #8ACDB7;
}
.AnyTagClassName
{
color: #8ACDB7;
}
</style>
background-color css
<style>
a { background-color: #8ACDB7; }
a { background-color: rgb(138,205,183); }
div.DivClassName
{
background-color: #8ACDB7;
}
.BgClassName
{
background-color: #8ACDB7;
}
</style>
border-color css
<style>
span { border-color: #8ACDB7; }
span { border-color: rgb(138,205,183); }
td.TdClassName
{
border-color: #8ACDB7;
}
.TagClassName
{
border-color: #8ACDB7;
}
</style>