Shades of Conch #97B8B3
Tints of Conch #97B8B3
RGB
CMYK
RGB Variations
Color information
#97B8B3 (or 0x97B8B3) is known color: Conch. HEX triplet: 97, B8 and B3. RGB value is (151,184,179). Sum of RGB (Red+Green+Blue) = 151+184+179=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #97B8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8B3 is #68474C. Grayscale: #ADADAD. Windows color (decimal): -6833997 or 11778199. OLE color: 11778199.
HSL color Cylindrical-coordinate representation of color #97B8B3: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B8B3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 184 | 179 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.28 |
| HSL | 170.91º | 0.19% | 0.66% | - |
| HSV(B) | 170.91º | 0.18% | 0.72% | - |
| XYZ | 38.04 | 44.11 | 49.16 | - |
| YUV | 173.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 179 | 0.18 | 0 | 0.03 | 0.28 | 170.91 | 0.19 | 0.66 |
| Hex | 97 | B8 | B3 | 12 | 0 | 3 | 1C | AB | 13 | 42 |
| Octal | 227 | 270 | 263 | 22 | 0 | 3 | 34 | 253 | 23 | 102 |
| Binary | 10010111 | 10111000 | 10110011 | 10010 | 0 | 11 | 11100 | 10101011 | 10011 | 1000010 |
Color Harmonies of #97B8B3
Complementary color
Monochromatic Colors of #97B8B3
Black with #97B8B3
Text Example
Text Example
White with #97B8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8B3; }
p { color: rgb(151,184,179); }
H1.HeaderClassName
{
color: #97B8B3;
}
.AnyTagClassName
{
color: #97B8B3;
}
</style>
background-color css
<style>
a { background-color: #97B8B3; }
a { background-color: rgb(151,184,179); }
div.DivClassName
{
background-color: #97B8B3;
}
.BgClassName
{
background-color: #97B8B3;
}
</style>
border-color css
<style>
span { border-color: #97B8B3; }
span { border-color: rgb(151,184,179); }
td.TdClassName
{
border-color: #97B8B3;
}
.TagClassName
{
border-color: #97B8B3;
}
</style>