Shades of Bermuda #90CEC7
Tints of Bermuda #90CEC7
RGB
CMYK
RGB Variations
Color information
#90CEC7 (or 0x90CEC7) is known color: Bermuda. HEX triplet: 90, CE and C7. RGB value is (144,206,199). Sum of RGB (Red+Green+Blue) = 144+206+199=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC7 is #6F3138. Grayscale: #BABABA. Windows color (decimal): -7287097 or 13094544. OLE color: 13094544.
HSL color Cylindrical-coordinate representation of color #90CEC7: hue angle of 173.23º 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 #90CEC7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 199 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.19 |
| HSL | 173.23º | 0.39% | 0.69% | - |
| HSV(B) | 173.23º | 0.3% | 0.81% | - |
| XYZ | 43.88 | 54.2 | 62.18 | - |
| YUV | 186.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 199 | 0.30 | 0 | 0.03 | 0.19 | 173.23 | 0.39 | 0.69 |
| Hex | 90 | CE | C7 | 1E | 0 | 3 | 13 | AD | 27 | 45 |
| Octal | 220 | 316 | 307 | 36 | 0 | 3 | 23 | 255 | 47 | 105 |
| Binary | 10010000 | 11001110 | 11000111 | 11110 | 0 | 11 | 10011 | 10101101 | 100111 | 1000101 |
Color Harmonies of #90CEC7
Complementary color
Monochromatic Colors of #90CEC7
Black with #90CEC7
Text Example
Text Example
White with #90CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEC7; }
p { color: rgb(144,206,199); }
H1.HeaderClassName
{
color: #90CEC7;
}
.AnyTagClassName
{
color: #90CEC7;
}
</style>
background-color css
<style>
a { background-color: #90CEC7; }
a { background-color: rgb(144,206,199); }
div.DivClassName
{
background-color: #90CEC7;
}
.BgClassName
{
background-color: #90CEC7;
}
</style>
border-color css
<style>
span { border-color: #90CEC7; }
span { border-color: rgb(144,206,199); }
td.TdClassName
{
border-color: #90CEC7;
}
.TagClassName
{
border-color: #90CEC7;
}
</style>