Shades of Conch #90B7B3
Tints of Conch #90B7B3
RGB
CMYK
RGB Variations
Color information
#90B7B3 (or 0x90B7B3) is known color: Conch. HEX triplet: 90, B7 and B3. RGB value is (144,183,179). Sum of RGB (Red+Green+Blue) = 144+183+179=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #90B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7B3 is #6F484C. Grayscale: #AAAAAA. Windows color (decimal): -7293005 or 11777936. OLE color: 11777936.
HSL color Cylindrical-coordinate representation of color #90B7B3: hue angle of 173.85º 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 #90B7B3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 179 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.28 |
| HSL | 173.85º | 0.21% | 0.64% | - |
| HSV(B) | 173.85º | 0.21% | 0.72% | - |
| XYZ | 36.57 | 43.05 | 49.03 | - |
| YUV | 170.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 179 | 0.21 | 0 | 0.02 | 0.28 | 173.85 | 0.21 | 0.64 |
| Hex | 90 | B7 | B3 | 15 | 0 | 2 | 1C | AE | 15 | 40 |
| Octal | 220 | 267 | 263 | 25 | 0 | 2 | 34 | 256 | 25 | 100 |
| Binary | 10010000 | 10110111 | 10110011 | 10101 | 0 | 10 | 11100 | 10101110 | 10101 | 1000000 |
Color Harmonies of #90B7B3
Complementary color
Monochromatic Colors of #90B7B3
Black with #90B7B3
Text Example
Text Example
White with #90B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7B3; }
p { color: rgb(144,183,179); }
H1.HeaderClassName
{
color: #90B7B3;
}
.AnyTagClassName
{
color: #90B7B3;
}
</style>
background-color css
<style>
a { background-color: #90B7B3; }
a { background-color: rgb(144,183,179); }
div.DivClassName
{
background-color: #90B7B3;
}
.BgClassName
{
background-color: #90B7B3;
}
</style>
border-color css
<style>
span { border-color: #90B7B3; }
span { border-color: rgb(144,183,179); }
td.TdClassName
{
border-color: #90B7B3;
}
.TagClassName
{
border-color: #90B7B3;
}
</style>