Shades of Bermuda #90CEC2
Tints of Bermuda #90CEC2
RGB
CMYK
RGB Variations
Color information
#90CEC2 (or 0x90CEC2) is known color: Bermuda. HEX triplet: 90, CE and C2. RGB value is (144,206,194). Sum of RGB (Red+Green+Blue) = 144+206+194=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC2 is #6F313D. Grayscale: #BABABA. Windows color (decimal): -7287102 or 12766864. OLE color: 12766864.
HSL color Cylindrical-coordinate representation of color #90CEC2: hue angle of 168.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEC2 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 194 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.19 |
| HSL | 168.39º | 0.39% | 0.69% | - |
| HSV(B) | 168.39º | 0.3% | 0.81% | - |
| XYZ | 43.31 | 53.97 | 59.17 | - |
| YUV | 186.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 194 | 0.30 | 0 | 0.06 | 0.19 | 168.39 | 0.39 | 0.69 |
| Hex | 90 | CE | C2 | 1E | 0 | 6 | 13 | A8 | 27 | 45 |
| Octal | 220 | 316 | 302 | 36 | 0 | 6 | 23 | 250 | 47 | 105 |
| Binary | 10010000 | 11001110 | 11000010 | 11110 | 0 | 110 | 10011 | 10101000 | 100111 | 1000101 |
Color Harmonies of #90CEC2
Complementary color
Monochromatic Colors of #90CEC2
Black with #90CEC2
Text Example
Text Example
White with #90CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEC2; }
p { color: rgb(144,206,194); }
H1.HeaderClassName
{
color: #90CEC2;
}
.AnyTagClassName
{
color: #90CEC2;
}
</style>
background-color css
<style>
a { background-color: #90CEC2; }
a { background-color: rgb(144,206,194); }
div.DivClassName
{
background-color: #90CEC2;
}
.BgClassName
{
background-color: #90CEC2;
}
</style>
border-color css
<style>
span { border-color: #90CEC2; }
span { border-color: rgb(144,206,194); }
td.TdClassName
{
border-color: #90CEC2;
}
.TagClassName
{
border-color: #90CEC2;
}
</style>