Shades of Bermuda #94D3BF
Tints of Bermuda #94D3BF
RGB
CMYK
RGB Variations
Color information
#94D3BF (or 0x94D3BF) is known color: Bermuda. HEX triplet: 94, D3 and BF. RGB value is (148,211,191). Sum of RGB (Red+Green+Blue) = 148+211+191=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3BF is #6B2C40. Grayscale: #BDBDBD. Windows color (decimal): -7023681 or 12571540. OLE color: 12571540.
HSL color Cylindrical-coordinate representation of color #94D3BF: hue angle of 160.95º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3BF is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 191 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.17 |
| HSL | 160.95º | 0.42% | 0.7% | - |
| HSV(B) | 160.95º | 0.3% | 0.83% | - |
| XYZ | 44.91 | 56.65 | 57.86 | - |
| YUV | 189.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 191 | 0.30 | 0 | 0.09 | 0.17 | 160.95 | 0.42 | 0.7 |
| Hex | 94 | D3 | BF | 1E | 0 | 9 | 11 | A1 | 2A | 46 |
| Octal | 224 | 323 | 277 | 36 | 0 | 11 | 21 | 241 | 52 | 106 |
| Binary | 10010100 | 11010011 | 10111111 | 11110 | 0 | 1001 | 10001 | 10100001 | 101010 | 1000110 |
Color Harmonies of #94D3BF
Complementary color
Monochromatic Colors of #94D3BF
Black with #94D3BF
Text Example
Text Example
White with #94D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3BF; }
p { color: rgb(148,211,191); }
H1.HeaderClassName
{
color: #94D3BF;
}
.AnyTagClassName
{
color: #94D3BF;
}
</style>
background-color css
<style>
a { background-color: #94D3BF; }
a { background-color: rgb(148,211,191); }
div.DivClassName
{
background-color: #94D3BF;
}
.BgClassName
{
background-color: #94D3BF;
}
</style>
border-color css
<style>
span { border-color: #94D3BF; }
span { border-color: rgb(148,211,191); }
td.TdClassName
{
border-color: #94D3BF;
}
.TagClassName
{
border-color: #94D3BF;
}
</style>