Shades of Bermuda #90C9C5
Tints of Bermuda #90C9C5
RGB
CMYK
RGB Variations
Color information
#90C9C5 (or 0x90C9C5) is known color: Bermuda. HEX triplet: 90, C9 and C5. RGB value is (144,201,197). Sum of RGB (Red+Green+Blue) = 144+201+197=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9C5 is #6F363A. Grayscale: #B7B7B7. Windows color (decimal): -7288379 or 12962192. OLE color: 12962192.
HSL color Cylindrical-coordinate representation of color #90C9C5: hue angle of 175.79º 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 #90C9C5 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 197 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.21 |
| HSL | 175.79º | 0.35% | 0.68% | - |
| HSV(B) | 175.79º | 0.28% | 0.79% | - |
| XYZ | 42.47 | 51.73 | 60.57 | - |
| YUV | 183.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 197 | 0.28 | 0 | 0.02 | 0.21 | 175.79 | 0.35 | 0.68 |
| Hex | 90 | C9 | C5 | 1C | 0 | 2 | 15 | B0 | 23 | 44 |
| Octal | 220 | 311 | 305 | 34 | 0 | 2 | 25 | 260 | 43 | 104 |
| Binary | 10010000 | 11001001 | 11000101 | 11100 | 0 | 10 | 10101 | 10110000 | 100011 | 1000100 |
Color Harmonies of #90C9C5
Complementary color
Monochromatic Colors of #90C9C5
Black with #90C9C5
Text Example
Text Example
White with #90C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9C5; }
p { color: rgb(144,201,197); }
H1.HeaderClassName
{
color: #90C9C5;
}
.AnyTagClassName
{
color: #90C9C5;
}
</style>
background-color css
<style>
a { background-color: #90C9C5; }
a { background-color: rgb(144,201,197); }
div.DivClassName
{
background-color: #90C9C5;
}
.BgClassName
{
background-color: #90C9C5;
}
</style>
border-color css
<style>
span { border-color: #90C9C5; }
span { border-color: rgb(144,201,197); }
td.TdClassName
{
border-color: #90C9C5;
}
.TagClassName
{
border-color: #90C9C5;
}
</style>