Shades of Bermuda #8DD0C3
Tints of Bermuda #8DD0C3
RGB
CMYK
RGB Variations
Color information
#8DD0C3 (or 0x8DD0C3) is known color: Bermuda. HEX triplet: 8D, D0 and C3. RGB value is (141,208,195). Sum of RGB (Red+Green+Blue) = 141+208+195=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0C3 is #722F3C. Grayscale: #BABABA. Windows color (decimal): -7483197 or 12832909. OLE color: 12832909.
HSL color Cylindrical-coordinate representation of color #8DD0C3: hue angle of 168.36º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0C3 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 195 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.18 |
| HSL | 168.36º | 0.42% | 0.68% | - |
| HSV(B) | 168.36º | 0.32% | 0.82% | - |
| XYZ | 43.39 | 54.71 | 59.9 | - |
| YUV | 186.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 195 | 0.32 | 0 | 0.06 | 0.18 | 168.36 | 0.42 | 0.68 |
| Hex | 8D | D0 | C3 | 20 | 0 | 6 | 12 | A8 | 2A | 44 |
| Octal | 215 | 320 | 303 | 40 | 0 | 6 | 22 | 250 | 52 | 104 |
| Binary | 10001101 | 11010000 | 11000011 | 100000 | 0 | 110 | 10010 | 10101000 | 101010 | 1000100 |
Color Harmonies of #8DD0C3
Complementary color
Monochromatic Colors of #8DD0C3
Black with #8DD0C3
Text Example
Text Example
White with #8DD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0C3; }
p { color: rgb(141,208,195); }
H1.HeaderClassName
{
color: #8DD0C3;
}
.AnyTagClassName
{
color: #8DD0C3;
}
</style>
background-color css
<style>
a { background-color: #8DD0C3; }
a { background-color: rgb(141,208,195); }
div.DivClassName
{
background-color: #8DD0C3;
}
.BgClassName
{
background-color: #8DD0C3;
}
</style>
border-color css
<style>
span { border-color: #8DD0C3; }
span { border-color: rgb(141,208,195); }
td.TdClassName
{
border-color: #8DD0C3;
}
.TagClassName
{
border-color: #8DD0C3;
}
</style>