Shades of Bermuda #90CEC4
Tints of Bermuda #90CEC4
RGB
CMYK
RGB Variations
Color information
#90CEC4 (or 0x90CEC4) is known color: Bermuda. HEX triplet: 90, CE and C4. RGB value is (144,206,196). Sum of RGB (Red+Green+Blue) = 144+206+196=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC4 is #6F313B. Grayscale: #BABABA. Windows color (decimal): -7287100 or 12897936. OLE color: 12897936.
HSL color Cylindrical-coordinate representation of color #90CEC4: hue angle of 170.32º 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 #90CEC4 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 196 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.19 |
| HSL | 170.32º | 0.39% | 0.69% | - |
| HSV(B) | 170.32º | 0.3% | 0.81% | - |
| XYZ | 43.54 | 54.06 | 60.36 | - |
| YUV | 186.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 196 | 0.30 | 0 | 0.05 | 0.19 | 170.32 | 0.39 | 0.69 |
| Hex | 90 | CE | C4 | 1E | 0 | 5 | 13 | AA | 27 | 45 |
| Octal | 220 | 316 | 304 | 36 | 0 | 5 | 23 | 252 | 47 | 105 |
| Binary | 10010000 | 11001110 | 11000100 | 11110 | 0 | 101 | 10011 | 10101010 | 100111 | 1000101 |
Color Harmonies of #90CEC4
Complementary color
Monochromatic Colors of #90CEC4
Black with #90CEC4
Text Example
Text Example
White with #90CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEC4; }
p { color: rgb(144,206,196); }
H1.HeaderClassName
{
color: #90CEC4;
}
.AnyTagClassName
{
color: #90CEC4;
}
</style>
background-color css
<style>
a { background-color: #90CEC4; }
a { background-color: rgb(144,206,196); }
div.DivClassName
{
background-color: #90CEC4;
}
.BgClassName
{
background-color: #90CEC4;
}
</style>
border-color css
<style>
span { border-color: #90CEC4; }
span { border-color: rgb(144,206,196); }
td.TdClassName
{
border-color: #90CEC4;
}
.TagClassName
{
border-color: #90CEC4;
}
</style>