Shades of Bermuda #94D0BC
Tints of Bermuda #94D0BC
RGB
CMYK
RGB Variations
Color information
#94D0BC (or 0x94D0BC) is known color: Bermuda. HEX triplet: 94, D0 and BC. RGB value is (148,208,188). Sum of RGB (Red+Green+Blue) = 148+208+188=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0BC is #6B2F43. Grayscale: #BBBBBB. Windows color (decimal): -7024452 or 12374164. OLE color: 12374164.
HSL color Cylindrical-coordinate representation of color #94D0BC: hue angle of 160º 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 #94D0BC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 188 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.18 |
| HSL | 160º | 0.39% | 0.7% | - |
| HSV(B) | 160º | 0.29% | 0.82% | - |
| XYZ | 43.85 | 55.04 | 55.89 | - |
| YUV | 187.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 188 | 0.29 | 0 | 0.10 | 0.18 | 160 | 0.39 | 0.7 |
| Hex | 94 | D0 | BC | 1D | 0 | A | 12 | A0 | 27 | 46 |
| Octal | 224 | 320 | 274 | 35 | 0 | 12 | 22 | 240 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10111100 | 11101 | 0 | 1010 | 10010 | 10100000 | 100111 | 1000110 |
Color Harmonies of #94D0BC
Complementary color
Monochromatic Colors of #94D0BC
Black with #94D0BC
Text Example
Text Example
White with #94D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0BC; }
p { color: rgb(148,208,188); }
H1.HeaderClassName
{
color: #94D0BC;
}
.AnyTagClassName
{
color: #94D0BC;
}
</style>
background-color css
<style>
a { background-color: #94D0BC; }
a { background-color: rgb(148,208,188); }
div.DivClassName
{
background-color: #94D0BC;
}
.BgClassName
{
background-color: #94D0BC;
}
</style>
border-color css
<style>
span { border-color: #94D0BC; }
span { border-color: rgb(148,208,188); }
td.TdClassName
{
border-color: #94D0BC;
}
.TagClassName
{
border-color: #94D0BC;
}
</style>