Shades of Bermuda #90CDC6
Tints of Bermuda #90CDC6
RGB
CMYK
RGB Variations
Color information
#90CDC6 (or 0x90CDC6) is known color: Bermuda. HEX triplet: 90, CD and C6. RGB value is (144,205,198). Sum of RGB (Red+Green+Blue) = 144+205+198=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDC6 is #6F3239. Grayscale: #B9B9B9. Windows color (decimal): -7287354 or 13028752. OLE color: 13028752.
HSL color Cylindrical-coordinate representation of color #90CDC6: hue angle of 173.11º 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 #90CDC6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 198 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.20 |
| HSL | 173.11º | 0.38% | 0.68% | - |
| HSV(B) | 173.11º | 0.3% | 0.8% | - |
| XYZ | 43.53 | 53.67 | 61.49 | - |
| YUV | 185.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 198 | 0.30 | 0 | 0.03 | 0.20 | 173.11 | 0.38 | 0.68 |
| Hex | 90 | CD | C6 | 1E | 0 | 3 | 14 | AD | 26 | 44 |
| Octal | 220 | 315 | 306 | 36 | 0 | 3 | 24 | 255 | 46 | 104 |
| Binary | 10010000 | 11001101 | 11000110 | 11110 | 0 | 11 | 10100 | 10101101 | 100110 | 1000100 |
Color Harmonies of #90CDC6
Complementary color
Monochromatic Colors of #90CDC6
Black with #90CDC6
Text Example
Text Example
White with #90CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDC6; }
p { color: rgb(144,205,198); }
H1.HeaderClassName
{
color: #90CDC6;
}
.AnyTagClassName
{
color: #90CDC6;
}
</style>
background-color css
<style>
a { background-color: #90CDC6; }
a { background-color: rgb(144,205,198); }
div.DivClassName
{
background-color: #90CDC6;
}
.BgClassName
{
background-color: #90CDC6;
}
</style>
border-color css
<style>
span { border-color: #90CDC6; }
span { border-color: rgb(144,205,198); }
td.TdClassName
{
border-color: #90CDC6;
}
.TagClassName
{
border-color: #90CDC6;
}
</style>