Shades of Conch #90B7B4
Tints of Conch #90B7B4
RGB
CMYK
RGB Variations
Color information
#90B7B4 (or 0x90B7B4) is known color: Conch. HEX triplet: 90, B7 and B4. RGB value is (144,183,180). Sum of RGB (Red+Green+Blue) = 144+183+180=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #90B7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7B4 is #6F484B. Grayscale: #AAAAAA. Windows color (decimal): -7293004 or 11843472. OLE color: 11843472.
HSL color Cylindrical-coordinate representation of color #90B7B4: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B7B4 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 180 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.28 |
| HSL | 175.38º | 0.21% | 0.64% | - |
| HSV(B) | 175.38º | 0.21% | 0.72% | - |
| XYZ | 36.67 | 43.09 | 49.56 | - |
| YUV | 171 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 180 | 0.21 | 0 | 0.02 | 0.28 | 175.38 | 0.21 | 0.64 |
| Hex | 90 | B7 | B4 | 15 | 0 | 2 | 1C | AF | 15 | 40 |
| Octal | 220 | 267 | 264 | 25 | 0 | 2 | 34 | 257 | 25 | 100 |
| Binary | 10010000 | 10110111 | 10110100 | 10101 | 0 | 10 | 11100 | 10101111 | 10101 | 1000000 |
Color Harmonies of #90B7B4
Complementary color
Monochromatic Colors of #90B7B4
Black with #90B7B4
Text Example
Text Example
White with #90B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7B4; }
p { color: rgb(144,183,180); }
H1.HeaderClassName
{
color: #90B7B4;
}
.AnyTagClassName
{
color: #90B7B4;
}
</style>
background-color css
<style>
a { background-color: #90B7B4; }
a { background-color: rgb(144,183,180); }
div.DivClassName
{
background-color: #90B7B4;
}
.BgClassName
{
background-color: #90B7B4;
}
</style>
border-color css
<style>
span { border-color: #90B7B4; }
span { border-color: rgb(144,183,180); }
td.TdClassName
{
border-color: #90B7B4;
}
.TagClassName
{
border-color: #90B7B4;
}
</style>