Shades of Bermuda #94D0BB
Tints of Bermuda #94D0BB
RGB
CMYK
RGB Variations
Color information
#94D0BB (or 0x94D0BB) is known color: Bermuda. HEX triplet: 94, D0 and BB. RGB value is (148,208,187). Sum of RGB (Red+Green+Blue) = 148+208+187=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0BB is #6B2F44. Grayscale: #BBBBBB. Windows color (decimal): -7024453 or 12308628. OLE color: 12308628.
HSL color Cylindrical-coordinate representation of color #94D0BB: hue angle of 159º 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 #94D0BB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 187 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.18 |
| HSL | 159º | 0.39% | 0.7% | - |
| HSV(B) | 159º | 0.29% | 0.82% | - |
| XYZ | 43.74 | 55 | 55.32 | - |
| YUV | 187.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 187 | 0.29 | 0 | 0.10 | 0.18 | 159 | 0.39 | 0.7 |
| Hex | 94 | D0 | BB | 1D | 0 | A | 12 | 9F | 27 | 46 |
| Octal | 224 | 320 | 273 | 35 | 0 | 12 | 22 | 237 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10111011 | 11101 | 0 | 1010 | 10010 | 10011111 | 100111 | 1000110 |
Color Harmonies of #94D0BB
Complementary color
Monochromatic Colors of #94D0BB
Black with #94D0BB
Text Example
Text Example
White with #94D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0BB; }
p { color: rgb(148,208,187); }
H1.HeaderClassName
{
color: #94D0BB;
}
.AnyTagClassName
{
color: #94D0BB;
}
</style>
background-color css
<style>
a { background-color: #94D0BB; }
a { background-color: rgb(148,208,187); }
div.DivClassName
{
background-color: #94D0BB;
}
.BgClassName
{
background-color: #94D0BB;
}
</style>
border-color css
<style>
span { border-color: #94D0BB; }
span { border-color: rgb(148,208,187); }
td.TdClassName
{
border-color: #94D0BB;
}
.TagClassName
{
border-color: #94D0BB;
}
</style>