Shades of Bermuda #8ACDBD
Tints of Bermuda #8ACDBD
RGB
CMYK
RGB Variations
Color information
#8ACDBD (or 0x8ACDBD) is known color: Bermuda. HEX triplet: 8A, CD and BD. RGB value is (138,205,189). Sum of RGB (Red+Green+Blue) = 138+205+189=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDBD is #753242. Grayscale: #B7B7B7. Windows color (decimal): -7680579 or 12438922. OLE color: 12438922.
HSL color Cylindrical-coordinate representation of color #8ACDBD: hue angle of 165.67º 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 #8ACDBD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 189 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.20 |
| HSL | 165.67º | 0.4% | 0.67% | - |
| HSV(B) | 165.67º | 0.33% | 0.8% | - |
| XYZ | 41.5 | 52.74 | 56.14 | - |
| YUV | 183.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 189 | 0.33 | 0 | 0.08 | 0.20 | 165.67 | 0.4 | 0.67 |
| Hex | 8A | CD | BD | 21 | 0 | 8 | 14 | A6 | 28 | 43 |
| Octal | 212 | 315 | 275 | 41 | 0 | 10 | 24 | 246 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10111101 | 100001 | 0 | 1000 | 10100 | 10100110 | 101000 | 1000011 |
Color Harmonies of #8ACDBD
Complementary color
Monochromatic Colors of #8ACDBD
Black with #8ACDBD
Text Example
Text Example
White with #8ACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDBD; }
p { color: rgb(138,205,189); }
H1.HeaderClassName
{
color: #8ACDBD;
}
.AnyTagClassName
{
color: #8ACDBD;
}
</style>
background-color css
<style>
a { background-color: #8ACDBD; }
a { background-color: rgb(138,205,189); }
div.DivClassName
{
background-color: #8ACDBD;
}
.BgClassName
{
background-color: #8ACDBD;
}
</style>
border-color css
<style>
span { border-color: #8ACDBD; }
span { border-color: rgb(138,205,189); }
td.TdClassName
{
border-color: #8ACDBD;
}
.TagClassName
{
border-color: #8ACDBD;
}
</style>