Shades of Conch #90B5B1
Tints of Conch #90B5B1
RGB
CMYK
RGB Variations
Color information
#90B5B1 (or 0x90B5B1) is known color: Conch. HEX triplet: 90, B5 and B1. RGB value is (144,181,177). Sum of RGB (Red+Green+Blue) = 144+181+177=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5B1 is #6F4A4E. Grayscale: #A9A9A9. Windows color (decimal): -7293519 or 11646352. OLE color: 11646352.
HSL color Cylindrical-coordinate representation of color #90B5B1: hue angle of 173.51º 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 #90B5B1 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 177 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.29 |
| HSL | 173.51º | 0.2% | 0.64% | - |
| HSV(B) | 173.51º | 0.2% | 0.71% | - |
| XYZ | 35.96 | 42.15 | 47.84 | - |
| YUV | 169.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 177 | 0.20 | 0 | 0.02 | 0.29 | 173.51 | 0.2 | 0.64 |
| Hex | 90 | B5 | B1 | 14 | 0 | 2 | 1D | AE | 14 | 40 |
| Octal | 220 | 265 | 261 | 24 | 0 | 2 | 35 | 256 | 24 | 100 |
| Binary | 10010000 | 10110101 | 10110001 | 10100 | 0 | 10 | 11101 | 10101110 | 10100 | 1000000 |
Color Harmonies of #90B5B1
Complementary color
Monochromatic Colors of #90B5B1
Black with #90B5B1
Text Example
Text Example
White with #90B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5B1; }
p { color: rgb(144,181,177); }
H1.HeaderClassName
{
color: #90B5B1;
}
.AnyTagClassName
{
color: #90B5B1;
}
</style>
background-color css
<style>
a { background-color: #90B5B1; }
a { background-color: rgb(144,181,177); }
div.DivClassName
{
background-color: #90B5B1;
}
.BgClassName
{
background-color: #90B5B1;
}
</style>
border-color css
<style>
span { border-color: #90B5B1; }
span { border-color: rgb(144,181,177); }
td.TdClassName
{
border-color: #90B5B1;
}
.TagClassName
{
border-color: #90B5B1;
}
</style>