Shades of Conch #90B4B0
Tints of Conch #90B4B0
RGB
CMYK
RGB Variations
Color information
#90B4B0 (or 0x90B4B0) is known color: Conch. HEX triplet: 90, B4 and B0. RGB value is (144,180,176). Sum of RGB (Red+Green+Blue) = 144+180+176=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4B0 is #6F4B4F. Grayscale: #A8A8A8. Windows color (decimal): -7293776 or 11580560. OLE color: 11580560.
HSL color Cylindrical-coordinate representation of color #90B4B0: hue angle of 173.33º degrees, saturation: 0.19, 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 #90B4B0 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 176 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.29 |
| HSL | 173.33º | 0.19% | 0.64% | - |
| HSV(B) | 173.33º | 0.2% | 0.71% | - |
| XYZ | 35.66 | 41.71 | 47.24 | - |
| YUV | 168.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 176 | 0.2 | 0 | 0.02 | 0.29 | 173.33 | 0.19 | 0.64 |
| Hex | 90 | B4 | B0 | 14 | 0 | 2 | 1D | AD | 13 | 40 |
| Octal | 220 | 264 | 260 | 24 | 0 | 2 | 35 | 255 | 23 | 100 |
| Binary | 10010000 | 10110100 | 10110000 | 10100 | 0 | 10 | 11101 | 10101101 | 10011 | 1000000 |
Color Harmonies of #90B4B0
Complementary color
Monochromatic Colors of #90B4B0
Black with #90B4B0
Text Example
Text Example
White with #90B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4B0; }
p { color: rgb(144,180,176); }
H1.HeaderClassName
{
color: #90B4B0;
}
.AnyTagClassName
{
color: #90B4B0;
}
</style>
background-color css
<style>
a { background-color: #90B4B0; }
a { background-color: rgb(144,180,176); }
div.DivClassName
{
background-color: #90B4B0;
}
.BgClassName
{
background-color: #90B4B0;
}
</style>
border-color css
<style>
span { border-color: #90B4B0; }
span { border-color: rgb(144,180,176); }
td.TdClassName
{
border-color: #90B4B0;
}
.TagClassName
{
border-color: #90B4B0;
}
</style>