Shades of Bermuda #90D0BA
Tints of Bermuda #90D0BA
RGB
CMYK
RGB Variations
Color information
#90D0BA (or 0x90D0BA) is known color: Bermuda. HEX triplet: 90, D0 and BA. RGB value is (144,208,186). Sum of RGB (Red+Green+Blue) = 144+208+186=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #90D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D0BA is #6F2F45. Grayscale: #BABABA. Windows color (decimal): -7286598 or 12243088. OLE color: 12243088.
HSL color Cylindrical-coordinate representation of color #90D0BA: hue angle of 159.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D0BA is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 186 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.18 |
| HSL | 159.38º | 0.41% | 0.69% | - |
| HSV(B) | 159.38º | 0.31% | 0.82% | - |
| XYZ | 42.92 | 54.59 | 54.73 | - |
| YUV | 186.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 186 | 0.31 | 0 | 0.11 | 0.18 | 159.38 | 0.41 | 0.69 |
| Hex | 90 | D0 | BA | 1F | 0 | B | 12 | 9F | 29 | 45 |
| Octal | 220 | 320 | 272 | 37 | 0 | 13 | 22 | 237 | 51 | 105 |
| Binary | 10010000 | 11010000 | 10111010 | 11111 | 0 | 1011 | 10010 | 10011111 | 101001 | 1000101 |
Color Harmonies of #90D0BA
Complementary color
Monochromatic Colors of #90D0BA
Black with #90D0BA
Text Example
Text Example
White with #90D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D0BA; }
p { color: rgb(144,208,186); }
H1.HeaderClassName
{
color: #90D0BA;
}
.AnyTagClassName
{
color: #90D0BA;
}
</style>
background-color css
<style>
a { background-color: #90D0BA; }
a { background-color: rgb(144,208,186); }
div.DivClassName
{
background-color: #90D0BA;
}
.BgClassName
{
background-color: #90D0BA;
}
</style>
border-color css
<style>
span { border-color: #90D0BA; }
span { border-color: rgb(144,208,186); }
td.TdClassName
{
border-color: #90D0BA;
}
.TagClassName
{
border-color: #90D0BA;
}
</style>