Shades of Bermuda #90D4BE
Tints of Bermuda #90D4BE
RGB
CMYK
RGB Variations
Color information
#90D4BE (or 0x90D4BE) is known color: Bermuda. HEX triplet: 90, D4 and BE. RGB value is (144,212,190). Sum of RGB (Red+Green+Blue) = 144+212+190=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #90D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D4BE is #6F2B41. Grayscale: #BDBDBD. Windows color (decimal): -7285570 or 12506256. OLE color: 12506256.
HSL color Cylindrical-coordinate representation of color #90D4BE: hue angle of 160.59º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D4BE is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 190 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.17 |
| HSL | 160.59º | 0.44% | 0.7% | - |
| HSV(B) | 160.59º | 0.32% | 0.83% | - |
| XYZ | 44.34 | 56.73 | 57.33 | - |
| YUV | 189.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 190 | 0.32 | 0 | 0.10 | 0.17 | 160.59 | 0.44 | 0.7 |
| Hex | 90 | D4 | BE | 20 | 0 | A | 11 | A1 | 2C | 46 |
| Octal | 220 | 324 | 276 | 40 | 0 | 12 | 21 | 241 | 54 | 106 |
| Binary | 10010000 | 11010100 | 10111110 | 100000 | 0 | 1010 | 10001 | 10100001 | 101100 | 1000110 |
Color Harmonies of #90D4BE
Complementary color
Monochromatic Colors of #90D4BE
Black with #90D4BE
Text Example
Text Example
White with #90D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D4BE; }
p { color: rgb(144,212,190); }
H1.HeaderClassName
{
color: #90D4BE;
}
.AnyTagClassName
{
color: #90D4BE;
}
</style>
background-color css
<style>
a { background-color: #90D4BE; }
a { background-color: rgb(144,212,190); }
div.DivClassName
{
background-color: #90D4BE;
}
.BgClassName
{
background-color: #90D4BE;
}
</style>
border-color css
<style>
span { border-color: #90D4BE; }
span { border-color: rgb(144,212,190); }
td.TdClassName
{
border-color: #90D4BE;
}
.TagClassName
{
border-color: #90D4BE;
}
</style>