Shades of Conch #90B4B1
Tints of Conch #90B4B1
RGB
CMYK
RGB Variations
Color information
#90B4B1 (or 0x90B4B1) is known color: Conch. HEX triplet: 90, B4 and B1. RGB value is (144,180,177). Sum of RGB (Red+Green+Blue) = 144+180+177=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4B1 is #6F4B4E. Grayscale: #A8A8A8. Windows color (decimal): -7293775 or 11646096. OLE color: 11646096.
HSL color Cylindrical-coordinate representation of color #90B4B1: hue angle of 175º 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 #90B4B1 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 177 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.29 |
| HSL | 175º | 0.19% | 0.64% | - |
| HSV(B) | 175º | 0.2% | 0.71% | - |
| XYZ | 35.76 | 41.75 | 47.77 | - |
| YUV | 168.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 177 | 0.2 | 0 | 0.02 | 0.29 | 175 | 0.19 | 0.64 |
| Hex | 90 | B4 | B1 | 14 | 0 | 2 | 1D | AF | 13 | 40 |
| Octal | 220 | 264 | 261 | 24 | 0 | 2 | 35 | 257 | 23 | 100 |
| Binary | 10010000 | 10110100 | 10110001 | 10100 | 0 | 10 | 11101 | 10101111 | 10011 | 1000000 |
Color Harmonies of #90B4B1
Complementary color
Monochromatic Colors of #90B4B1
Black with #90B4B1
Text Example
Text Example
White with #90B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4B1; }
p { color: rgb(144,180,177); }
H1.HeaderClassName
{
color: #90B4B1;
}
.AnyTagClassName
{
color: #90B4B1;
}
</style>
background-color css
<style>
a { background-color: #90B4B1; }
a { background-color: rgb(144,180,177); }
div.DivClassName
{
background-color: #90B4B1;
}
.BgClassName
{
background-color: #90B4B1;
}
</style>
border-color css
<style>
span { border-color: #90B4B1; }
span { border-color: rgb(144,180,177); }
td.TdClassName
{
border-color: #90B4B1;
}
.TagClassName
{
border-color: #90B4B1;
}
</style>