Shades of Bermuda #90CDBA
Tints of Bermuda #90CDBA
RGB
CMYK
RGB Variations
Color information
#90CDBA (or 0x90CDBA) is known color: Bermuda. HEX triplet: 90, CD and BA. RGB value is (144,205,186). Sum of RGB (Red+Green+Blue) = 144+205+186=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDBA is #6F3245. Grayscale: #B8B8B8. Windows color (decimal): -7287366 or 12242320. OLE color: 12242320.
HSL color Cylindrical-coordinate representation of color #90CDBA: hue angle of 161.31º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDBA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 186 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.20 |
| HSL | 161.31º | 0.38% | 0.68% | - |
| HSV(B) | 161.31º | 0.3% | 0.8% | - |
| XYZ | 42.2 | 53.14 | 54.49 | - |
| YUV | 184.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 186 | 0.30 | 0 | 0.09 | 0.20 | 161.31 | 0.38 | 0.68 |
| Hex | 90 | CD | BA | 1E | 0 | 9 | 14 | A1 | 26 | 44 |
| Octal | 220 | 315 | 272 | 36 | 0 | 11 | 24 | 241 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10111010 | 11110 | 0 | 1001 | 10100 | 10100001 | 100110 | 1000100 |
Color Harmonies of #90CDBA
Complementary color
Monochromatic Colors of #90CDBA
Black with #90CDBA
Text Example
Text Example
White with #90CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDBA; }
p { color: rgb(144,205,186); }
H1.HeaderClassName
{
color: #90CDBA;
}
.AnyTagClassName
{
color: #90CDBA;
}
</style>
background-color css
<style>
a { background-color: #90CDBA; }
a { background-color: rgb(144,205,186); }
div.DivClassName
{
background-color: #90CDBA;
}
.BgClassName
{
background-color: #90CDBA;
}
</style>
border-color css
<style>
span { border-color: #90CDBA; }
span { border-color: rgb(144,205,186); }
td.TdClassName
{
border-color: #90CDBA;
}
.TagClassName
{
border-color: #90CDBA;
}
</style>