Shades of Opal #9FC1BE
Tints of Opal #9FC1BE
RGB
CMYK
RGB Variations
Color information
#9FC1BE (or 0x9FC1BE) is known color: Opal. HEX triplet: 9F, C1 and BE. RGB value is (159,193,190). Sum of RGB (Red+Green+Blue) = 159+193+190=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1BE is #603E41. Grayscale: #B6B6B6. Windows color (decimal): -6307394 or 12501407. OLE color: 12501407.
HSL color Cylindrical-coordinate representation of color #9FC1BE: hue angle of 174.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC1BE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 159 | 193 | 190 | - |
CMYK | 0.18 | 0 | 0.02 | 0.24 |
HSL | 174.71º | 0.22% | 0.69% | - |
HSV(B) | 174.71º | 0.18% | 0.76% | - |
XYZ | 42.66 | 49.23 | 55.97 | - |
YUV | 182.49 | 132.24 | 111.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 193 | 190 | 0.18 | 0 | 0.02 | 0.24 | 174.71 | 0.22 | 0.69 |
Hex | 9F | C1 | BE | 12 | 0 | 2 | 18 | AF | 16 | 45 |
Octal | 237 | 301 | 276 | 22 | 0 | 2 | 30 | 257 | 26 | 105 |
Binary | 10011111 | 11000001 | 10111110 | 10010 | 0 | 10 | 11000 | 10101111 | 10110 | 1000101 |
Color Harmonies of #9FC1BE
Complementary color
Monochromatic Colors of #9FC1BE
Black with #9FC1BE
Text Example
Text Example
White with #9FC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC1BE; }
p { color: rgb(159,193,190); }
H1.HeaderClassName
{
color: #9FC1BE;
}
.AnyTagClassName
{
color: #9FC1BE;
}
</style>
background-color css
<style>
a { background-color: #9FC1BE; }
a { background-color: rgb(159,193,190); }
div.DivClassName
{
background-color: #9FC1BE;
}
.BgClassName
{
background-color: #9FC1BE;
}
</style>
border-color css
<style>
span { border-color: #9FC1BE; }
span { border-color: rgb(159,193,190); }
td.TdClassName
{
border-color: #9FC1BE;
}
.TagClassName
{
border-color: #9FC1BE;
}
</style>