Shades of Bermuda #90C9BE
Tints of Bermuda #90C9BE
RGB
CMYK
RGB Variations
Color information
#90C9BE (or 0x90C9BE) is known color: Bermuda. HEX triplet: 90, C9 and BE. RGB value is (144,201,190). Sum of RGB (Red+Green+Blue) = 144+201+190=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9BE is #6F3641. Grayscale: #B6B6B6. Windows color (decimal): -7288386 or 12503440. OLE color: 12503440.
HSL color Cylindrical-coordinate representation of color #90C9BE: hue angle of 168.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9BE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 190 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.21 |
| HSL | 168.42º | 0.35% | 0.68% | - |
| HSV(B) | 168.42º | 0.28% | 0.79% | - |
| XYZ | 41.68 | 51.42 | 56.44 | - |
| YUV | 182.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 190 | 0.28 | 0 | 0.05 | 0.21 | 168.42 | 0.35 | 0.68 |
| Hex | 90 | C9 | BE | 1C | 0 | 5 | 15 | A8 | 23 | 44 |
| Octal | 220 | 311 | 276 | 34 | 0 | 5 | 25 | 250 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10111110 | 11100 | 0 | 101 | 10101 | 10101000 | 100011 | 1000100 |
Color Harmonies of #90C9BE
Complementary color
Monochromatic Colors of #90C9BE
Black with #90C9BE
Text Example
Text Example
White with #90C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9BE; }
p { color: rgb(144,201,190); }
H1.HeaderClassName
{
color: #90C9BE;
}
.AnyTagClassName
{
color: #90C9BE;
}
</style>
background-color css
<style>
a { background-color: #90C9BE; }
a { background-color: rgb(144,201,190); }
div.DivClassName
{
background-color: #90C9BE;
}
.BgClassName
{
background-color: #90C9BE;
}
</style>
border-color css
<style>
span { border-color: #90C9BE; }
span { border-color: rgb(144,201,190); }
td.TdClassName
{
border-color: #90C9BE;
}
.TagClassName
{
border-color: #90C9BE;
}
</style>