Shades of Bermuda #95D6BF
Tints of Bermuda #95D6BF
RGB
CMYK
RGB Variations
Color information
#95D6BF (or 0x95D6BF) is known color: Bermuda. HEX triplet: 95, D6 and BF. RGB value is (149,214,191). Sum of RGB (Red+Green+Blue) = 149+214+191=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6BF is #6A2940. Grayscale: #BFBFBF. Windows color (decimal): -6957377 or 12572309. OLE color: 12572309.
HSL color Cylindrical-coordinate representation of color #95D6BF: hue angle of 158.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D6BF is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 191 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.16 |
| HSL | 158.77º | 0.44% | 0.71% | - |
| HSV(B) | 158.77º | 0.3% | 0.84% | - |
| XYZ | 45.84 | 58.24 | 58.12 | - |
| YUV | 191.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 191 | 0.30 | 0 | 0.11 | 0.16 | 158.77 | 0.44 | 0.71 |
| Hex | 95 | D6 | BF | 1E | 0 | B | 10 | 9F | 2C | 47 |
| Octal | 225 | 326 | 277 | 36 | 0 | 13 | 20 | 237 | 54 | 107 |
| Binary | 10010101 | 11010110 | 10111111 | 11110 | 0 | 1011 | 10000 | 10011111 | 101100 | 1000111 |
Color Harmonies of #95D6BF
Complementary color
Monochromatic Colors of #95D6BF
Black with #95D6BF
Text Example
Text Example
White with #95D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6BF; }
p { color: rgb(149,214,191); }
H1.HeaderClassName
{
color: #95D6BF;
}
.AnyTagClassName
{
color: #95D6BF;
}
</style>
background-color css
<style>
a { background-color: #95D6BF; }
a { background-color: rgb(149,214,191); }
div.DivClassName
{
background-color: #95D6BF;
}
.BgClassName
{
background-color: #95D6BF;
}
</style>
border-color css
<style>
span { border-color: #95D6BF; }
span { border-color: rgb(149,214,191); }
td.TdClassName
{
border-color: #95D6BF;
}
.TagClassName
{
border-color: #95D6BF;
}
</style>