Shades of Bermuda #90CCC0
Tints of Bermuda #90CCC0
RGB
CMYK
RGB Variations
Color information
#90CCC0 (or 0x90CCC0) is known color: Bermuda. HEX triplet: 90, CC and C0. RGB value is (144,204,192). Sum of RGB (Red+Green+Blue) = 144+204+192=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCC0 is #6F333F. Grayscale: #B8B8B8. Windows color (decimal): -7287616 or 12635280. OLE color: 12635280.
HSL color Cylindrical-coordinate representation of color #90CCC0: hue angle of 168º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCC0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 192 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.2 |
| HSL | 168º | 0.37% | 0.68% | - |
| HSV(B) | 168º | 0.29% | 0.8% | - |
| XYZ | 42.61 | 52.92 | 57.84 | - |
| YUV | 184.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 192 | 0.29 | 0 | 0.06 | 0.2 | 168 | 0.37 | 0.68 |
| Hex | 90 | CC | C0 | 1D | 0 | 6 | 14 | A8 | 25 | 44 |
| Octal | 220 | 314 | 300 | 35 | 0 | 6 | 24 | 250 | 45 | 104 |
| Binary | 10010000 | 11001100 | 11000000 | 11101 | 0 | 110 | 10100 | 10101000 | 100101 | 1000100 |
Color Harmonies of #90CCC0
Complementary color
Monochromatic Colors of #90CCC0
Black with #90CCC0
Text Example
Text Example
White with #90CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCC0; }
p { color: rgb(144,204,192); }
H1.HeaderClassName
{
color: #90CCC0;
}
.AnyTagClassName
{
color: #90CCC0;
}
</style>
background-color css
<style>
a { background-color: #90CCC0; }
a { background-color: rgb(144,204,192); }
div.DivClassName
{
background-color: #90CCC0;
}
.BgClassName
{
background-color: #90CCC0;
}
</style>
border-color css
<style>
span { border-color: #90CCC0; }
span { border-color: rgb(144,204,192); }
td.TdClassName
{
border-color: #90CCC0;
}
.TagClassName
{
border-color: #90CCC0;
}
</style>