Shades of Conch #90B5B0
Tints of Conch #90B5B0
RGB
CMYK
RGB Variations
Color information
#90B5B0 (or 0x90B5B0) is known color: Conch. HEX triplet: 90, B5 and B0. RGB value is (144,181,176). Sum of RGB (Red+Green+Blue) = 144+181+176=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5B0 is #6F4A4F. Grayscale: #A9A9A9. Windows color (decimal): -7293520 or 11580816. OLE color: 11580816.
HSL color Cylindrical-coordinate representation of color #90B5B0: hue angle of 171.89º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B5B0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 176 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.29 |
| HSL | 171.89º | 0.2% | 0.64% | - |
| HSV(B) | 171.89º | 0.2% | 0.71% | - |
| XYZ | 35.86 | 42.11 | 47.31 | - |
| YUV | 169.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 176 | 0.20 | 0 | 0.03 | 0.29 | 171.89 | 0.2 | 0.64 |
| Hex | 90 | B5 | B0 | 14 | 0 | 3 | 1D | AC | 14 | 40 |
| Octal | 220 | 265 | 260 | 24 | 0 | 3 | 35 | 254 | 24 | 100 |
| Binary | 10010000 | 10110101 | 10110000 | 10100 | 0 | 11 | 11101 | 10101100 | 10100 | 1000000 |
Color Harmonies of #90B5B0
Complementary color
Monochromatic Colors of #90B5B0
Black with #90B5B0
Text Example
Text Example
White with #90B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5B0; }
p { color: rgb(144,181,176); }
H1.HeaderClassName
{
color: #90B5B0;
}
.AnyTagClassName
{
color: #90B5B0;
}
</style>
background-color css
<style>
a { background-color: #90B5B0; }
a { background-color: rgb(144,181,176); }
div.DivClassName
{
background-color: #90B5B0;
}
.BgClassName
{
background-color: #90B5B0;
}
</style>
border-color css
<style>
span { border-color: #90B5B0; }
span { border-color: rgb(144,181,176); }
td.TdClassName
{
border-color: #90B5B0;
}
.TagClassName
{
border-color: #90B5B0;
}
</style>