Shades of Bermuda #90D6BE
Tints of Bermuda #90D6BE
RGB
CMYK
RGB Variations
Color information
#90D6BE (or 0x90D6BE) is known color: Bermuda. HEX triplet: 90, D6 and BE. RGB value is (144,214,190). Sum of RGB (Red+Green+Blue) = 144+214+190=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6BE is #6F2941. Grayscale: #BEBEBE. Windows color (decimal): -7285058 or 12506768. OLE color: 12506768.
HSL color Cylindrical-coordinate representation of color #90D6BE: hue angle of 159.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6BE is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 190 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.16 |
| HSL | 159.43º | 0.46% | 0.7% | - |
| HSV(B) | 159.43º | 0.33% | 0.84% | - |
| XYZ | 44.84 | 57.74 | 57.5 | - |
| YUV | 190.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 190 | 0.33 | 0 | 0.11 | 0.16 | 159.43 | 0.46 | 0.7 |
| Hex | 90 | D6 | BE | 21 | 0 | B | 10 | 9F | 2E | 46 |
| Octal | 220 | 326 | 276 | 41 | 0 | 13 | 20 | 237 | 56 | 106 |
| Binary | 10010000 | 11010110 | 10111110 | 100001 | 0 | 1011 | 10000 | 10011111 | 101110 | 1000110 |
Color Harmonies of #90D6BE
Complementary color
Monochromatic Colors of #90D6BE
Black with #90D6BE
Text Example
Text Example
White with #90D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6BE; }
p { color: rgb(144,214,190); }
H1.HeaderClassName
{
color: #90D6BE;
}
.AnyTagClassName
{
color: #90D6BE;
}
</style>
background-color css
<style>
a { background-color: #90D6BE; }
a { background-color: rgb(144,214,190); }
div.DivClassName
{
background-color: #90D6BE;
}
.BgClassName
{
background-color: #90D6BE;
}
</style>
border-color css
<style>
span { border-color: #90D6BE; }
span { border-color: rgb(144,214,190); }
td.TdClassName
{
border-color: #90D6BE;
}
.TagClassName
{
border-color: #90D6BE;
}
</style>