Shades of Bermuda #90CDC3
Tints of Bermuda #90CDC3
RGB
CMYK
RGB Variations
Color information
#90CDC3 (or 0x90CDC3) is known color: Bermuda. HEX triplet: 90, CD and C3. RGB value is (144,205,195). Sum of RGB (Red+Green+Blue) = 144+205+195=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDC3 is #6F323C. Grayscale: #B9B9B9. Windows color (decimal): -7287357 or 12832144. OLE color: 12832144.
HSL color Cylindrical-coordinate representation of color #90CDC3: hue angle of 170.16º 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 #90CDC3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 195 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.20 |
| HSL | 170.16º | 0.38% | 0.68% | - |
| HSV(B) | 170.16º | 0.3% | 0.8% | - |
| XYZ | 43.18 | 53.53 | 59.69 | - |
| YUV | 185.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 195 | 0.30 | 0 | 0.05 | 0.20 | 170.16 | 0.38 | 0.68 |
| Hex | 90 | CD | C3 | 1E | 0 | 5 | 14 | AA | 26 | 44 |
| Octal | 220 | 315 | 303 | 36 | 0 | 5 | 24 | 252 | 46 | 104 |
| Binary | 10010000 | 11001101 | 11000011 | 11110 | 0 | 101 | 10100 | 10101010 | 100110 | 1000100 |
Color Harmonies of #90CDC3
Complementary color
Monochromatic Colors of #90CDC3
Black with #90CDC3
Text Example
Text Example
White with #90CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDC3; }
p { color: rgb(144,205,195); }
H1.HeaderClassName
{
color: #90CDC3;
}
.AnyTagClassName
{
color: #90CDC3;
}
</style>
background-color css
<style>
a { background-color: #90CDC3; }
a { background-color: rgb(144,205,195); }
div.DivClassName
{
background-color: #90CDC3;
}
.BgClassName
{
background-color: #90CDC3;
}
</style>
border-color css
<style>
span { border-color: #90CDC3; }
span { border-color: rgb(144,205,195); }
td.TdClassName
{
border-color: #90CDC3;
}
.TagClassName
{
border-color: #90CDC3;
}
</style>