Shades of Conch #90B2B1
Tints of Conch #90B2B1
RGB
CMYK
RGB Variations
Color information
#90B2B1 (or 0x90B2B1) is known color: Conch. HEX triplet: 90, B2 and B1. RGB value is (144,178,177). Sum of RGB (Red+Green+Blue) = 144+178+177=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #90B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B2B1 is #6F4D4E. Grayscale: #A7A7A7. Windows color (decimal): -7294287 or 11645584. OLE color: 11645584.
HSL color Cylindrical-coordinate representation of color #90B2B1: hue angle of 178.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B2B1 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 177 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.30 |
| HSL | 178.24º | 0.18% | 0.63% | - |
| HSV(B) | 178.24º | 0.19% | 0.7% | - |
| XYZ | 35.36 | 40.94 | 47.63 | - |
| YUV | 167.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 177 | 0.19 | 0 | 0.01 | 0.30 | 178.24 | 0.18 | 0.63 |
| Hex | 90 | B2 | B1 | 13 | 0 | 1 | 1E | B2 | 12 | 3F |
| Octal | 220 | 262 | 261 | 23 | 0 | 1 | 36 | 262 | 22 | 77 |
| Binary | 10010000 | 10110010 | 10110001 | 10011 | 0 | 1 | 11110 | 10110010 | 10010 | 111111 |
Color Harmonies of #90B2B1
Complementary color
Monochromatic Colors of #90B2B1
Black with #90B2B1
Text Example
Text Example
White with #90B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2B1; }
p { color: rgb(144,178,177); }
H1.HeaderClassName
{
color: #90B2B1;
}
.AnyTagClassName
{
color: #90B2B1;
}
</style>
background-color css
<style>
a { background-color: #90B2B1; }
a { background-color: rgb(144,178,177); }
div.DivClassName
{
background-color: #90B2B1;
}
.BgClassName
{
background-color: #90B2B1;
}
</style>
border-color css
<style>
span { border-color: #90B2B1; }
span { border-color: rgb(144,178,177); }
td.TdClassName
{
border-color: #90B2B1;
}
.TagClassName
{
border-color: #90B2B1;
}
</style>