Shades of Bermuda #90CFBD
Tints of Bermuda #90CFBD
RGB
CMYK
RGB Variations
Color information
#90CFBD (or 0x90CFBD) is known color: Bermuda. HEX triplet: 90, CF and BD. RGB value is (144,207,189). Sum of RGB (Red+Green+Blue) = 144+207+189=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFBD is #6F3042. Grayscale: #BABABA. Windows color (decimal): -7286851 or 12439440. OLE color: 12439440.
HSL color Cylindrical-coordinate representation of color #90CFBD: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFBD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 189 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.19 |
| HSL | 162.86º | 0.4% | 0.69% | - |
| HSV(B) | 162.86º | 0.3% | 0.81% | - |
| XYZ | 43 | 54.23 | 56.35 | - |
| YUV | 186.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 189 | 0.30 | 0 | 0.09 | 0.19 | 162.86 | 0.4 | 0.69 |
| Hex | 90 | CF | BD | 1E | 0 | 9 | 13 | A3 | 28 | 45 |
| Octal | 220 | 317 | 275 | 36 | 0 | 11 | 23 | 243 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10111101 | 11110 | 0 | 1001 | 10011 | 10100011 | 101000 | 1000101 |
Color Harmonies of #90CFBD
Complementary color
Monochromatic Colors of #90CFBD
Black with #90CFBD
Text Example
Text Example
White with #90CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFBD; }
p { color: rgb(144,207,189); }
H1.HeaderClassName
{
color: #90CFBD;
}
.AnyTagClassName
{
color: #90CFBD;
}
</style>
background-color css
<style>
a { background-color: #90CFBD; }
a { background-color: rgb(144,207,189); }
div.DivClassName
{
background-color: #90CFBD;
}
.BgClassName
{
background-color: #90CFBD;
}
</style>
border-color css
<style>
span { border-color: #90CFBD; }
span { border-color: rgb(144,207,189); }
td.TdClassName
{
border-color: #90CFBD;
}
.TagClassName
{
border-color: #90CFBD;
}
</style>