Shades of Bermuda #90C8BF
Tints of Bermuda #90C8BF
RGB
CMYK
RGB Variations
Color information
#90C8BF (or 0x90C8BF) is known color: Bermuda. HEX triplet: 90, C8 and BF. RGB value is (144,200,191). Sum of RGB (Red+Green+Blue) = 144+200+191=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #90C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8BF is #6F3740. Grayscale: #B6B6B6. Windows color (decimal): -7288641 or 12568720. OLE color: 12568720.
HSL color Cylindrical-coordinate representation of color #90C8BF: hue angle of 170.36º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C8BF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 191 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.22 |
| HSL | 170.36º | 0.34% | 0.67% | - |
| HSV(B) | 170.36º | 0.28% | 0.78% | - |
| XYZ | 41.56 | 51 | 56.94 | - |
| YUV | 182.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 191 | 0.28 | 0 | 0.04 | 0.22 | 170.36 | 0.34 | 0.67 |
| Hex | 90 | C8 | BF | 1C | 0 | 4 | 16 | AA | 22 | 43 |
| Octal | 220 | 310 | 277 | 34 | 0 | 4 | 26 | 252 | 42 | 103 |
| Binary | 10010000 | 11001000 | 10111111 | 11100 | 0 | 100 | 10110 | 10101010 | 100010 | 1000011 |
Color Harmonies of #90C8BF
Complementary color
Monochromatic Colors of #90C8BF
Black with #90C8BF
Text Example
Text Example
White with #90C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8BF; }
p { color: rgb(144,200,191); }
H1.HeaderClassName
{
color: #90C8BF;
}
.AnyTagClassName
{
color: #90C8BF;
}
</style>
background-color css
<style>
a { background-color: #90C8BF; }
a { background-color: rgb(144,200,191); }
div.DivClassName
{
background-color: #90C8BF;
}
.BgClassName
{
background-color: #90C8BF;
}
</style>
border-color css
<style>
span { border-color: #90C8BF; }
span { border-color: rgb(144,200,191); }
td.TdClassName
{
border-color: #90C8BF;
}
.TagClassName
{
border-color: #90C8BF;
}
</style>