Shades of Bermuda #94D0BF
Tints of Bermuda #94D0BF
RGB
CMYK
RGB Variations
Color information
#94D0BF (or 0x94D0BF) is known color: Bermuda. HEX triplet: 94, D0 and BF. RGB value is (148,208,191). Sum of RGB (Red+Green+Blue) = 148+208+191=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0BF is #6B2F40. Grayscale: #BCBCBC. Windows color (decimal): -7024449 or 12570772. OLE color: 12570772.
HSL color Cylindrical-coordinate representation of color #94D0BF: hue angle of 163º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0BF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 191 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.18 |
| HSL | 163º | 0.39% | 0.7% | - |
| HSV(B) | 163º | 0.29% | 0.82% | - |
| XYZ | 44.17 | 55.17 | 57.61 | - |
| YUV | 188.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 191 | 0.29 | 0 | 0.08 | 0.18 | 163 | 0.39 | 0.7 |
| Hex | 94 | D0 | BF | 1D | 0 | 8 | 12 | A3 | 27 | 46 |
| Octal | 224 | 320 | 277 | 35 | 0 | 10 | 22 | 243 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10111111 | 11101 | 0 | 1000 | 10010 | 10100011 | 100111 | 1000110 |
Color Harmonies of #94D0BF
Complementary color
Monochromatic Colors of #94D0BF
Black with #94D0BF
Text Example
Text Example
White with #94D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0BF; }
p { color: rgb(148,208,191); }
H1.HeaderClassName
{
color: #94D0BF;
}
.AnyTagClassName
{
color: #94D0BF;
}
</style>
background-color css
<style>
a { background-color: #94D0BF; }
a { background-color: rgb(148,208,191); }
div.DivClassName
{
background-color: #94D0BF;
}
.BgClassName
{
background-color: #94D0BF;
}
</style>
border-color css
<style>
span { border-color: #94D0BF; }
span { border-color: rgb(148,208,191); }
td.TdClassName
{
border-color: #94D0BF;
}
.TagClassName
{
border-color: #94D0BF;
}
</style>