Shades of Bermuda #94D0BE
Tints of Bermuda #94D0BE
RGB
CMYK
RGB Variations
Color information
#94D0BE (or 0x94D0BE) is known color: Bermuda. HEX triplet: 94, D0 and BE. RGB value is (148,208,190). Sum of RGB (Red+Green+Blue) = 148+208+190=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0BE is #6B2F41. Grayscale: #BCBCBC. Windows color (decimal): -7024450 or 12505236. OLE color: 12505236.
HSL color Cylindrical-coordinate representation of color #94D0BE: hue angle of 162º 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 #94D0BE is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 190 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.18 |
| HSL | 162º | 0.39% | 0.7% | - |
| HSV(B) | 162º | 0.29% | 0.82% | - |
| XYZ | 44.06 | 55.13 | 57.03 | - |
| YUV | 188.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 190 | 0.29 | 0 | 0.09 | 0.18 | 162 | 0.39 | 0.7 |
| Hex | 94 | D0 | BE | 1D | 0 | 9 | 12 | A2 | 27 | 46 |
| Octal | 224 | 320 | 276 | 35 | 0 | 11 | 22 | 242 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10111110 | 11101 | 0 | 1001 | 10010 | 10100010 | 100111 | 1000110 |
Color Harmonies of #94D0BE
Complementary color
Monochromatic Colors of #94D0BE
Black with #94D0BE
Text Example
Text Example
White with #94D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0BE; }
p { color: rgb(148,208,190); }
H1.HeaderClassName
{
color: #94D0BE;
}
.AnyTagClassName
{
color: #94D0BE;
}
</style>
background-color css
<style>
a { background-color: #94D0BE; }
a { background-color: rgb(148,208,190); }
div.DivClassName
{
background-color: #94D0BE;
}
.BgClassName
{
background-color: #94D0BE;
}
</style>
border-color css
<style>
span { border-color: #94D0BE; }
span { border-color: rgb(148,208,190); }
td.TdClassName
{
border-color: #94D0BE;
}
.TagClassName
{
border-color: #94D0BE;
}
</style>