Shades of Bermuda #90CABB
Tints of Bermuda #90CABB
RGB
CMYK
RGB Variations
Color information
#90CABB (or 0x90CABB) is known color: Bermuda. HEX triplet: 90, CA and BB. RGB value is (144,202,187). Sum of RGB (Red+Green+Blue) = 144+202+187=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #90CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CABB is #6F3544. Grayscale: #B6B6B6. Windows color (decimal): -7288133 or 12307088. OLE color: 12307088.
HSL color Cylindrical-coordinate representation of color #90CABB: hue angle of 164.48º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CABB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 187 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.21 |
| HSL | 164.48º | 0.35% | 0.68% | - |
| HSV(B) | 164.48º | 0.29% | 0.79% | - |
| XYZ | 41.59 | 51.76 | 54.81 | - |
| YUV | 182.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 187 | 0.29 | 0 | 0.07 | 0.21 | 164.48 | 0.35 | 0.68 |
| Hex | 90 | CA | BB | 1D | 0 | 7 | 15 | A4 | 23 | 44 |
| Octal | 220 | 312 | 273 | 35 | 0 | 7 | 25 | 244 | 43 | 104 |
| Binary | 10010000 | 11001010 | 10111011 | 11101 | 0 | 111 | 10101 | 10100100 | 100011 | 1000100 |
Color Harmonies of #90CABB
Complementary color
Monochromatic Colors of #90CABB
Black with #90CABB
Text Example
Text Example
White with #90CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CABB; }
p { color: rgb(144,202,187); }
H1.HeaderClassName
{
color: #90CABB;
}
.AnyTagClassName
{
color: #90CABB;
}
</style>
background-color css
<style>
a { background-color: #90CABB; }
a { background-color: rgb(144,202,187); }
div.DivClassName
{
background-color: #90CABB;
}
.BgClassName
{
background-color: #90CABB;
}
</style>
border-color css
<style>
span { border-color: #90CABB; }
span { border-color: rgb(144,202,187); }
td.TdClassName
{
border-color: #90CABB;
}
.TagClassName
{
border-color: #90CABB;
}
</style>