Shades of Opal #9FD3C2
Tints of Opal #9FD3C2
RGB
CMYK
RGB Variations
Color information
#9FD3C2 (or 0x9FD3C2) is known color: Opal. HEX triplet: 9F, D3 and C2. RGB value is (159,211,194). Sum of RGB (Red+Green+Blue) = 159+211+194=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD3C2 is #602C3D. Grayscale: #C1C1C1. Windows color (decimal): -6302782 or 12768159. OLE color: 12768159.
HSL color Cylindrical-coordinate representation of color #9FD3C2: hue angle of 160.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3C2 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 194 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.17 |
| HSL | 160.38º | 0.37% | 0.73% | - |
| HSV(B) | 160.38º | 0.25% | 0.83% | - |
| XYZ | 47.33 | 57.85 | 59.71 | - |
| YUV | 193.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 194 | 0.25 | 0 | 0.08 | 0.17 | 160.38 | 0.37 | 0.73 |
| Hex | 9F | D3 | C2 | 19 | 0 | 8 | 11 | A0 | 25 | 49 |
| Octal | 237 | 323 | 302 | 31 | 0 | 10 | 21 | 240 | 45 | 111 |
| Binary | 10011111 | 11010011 | 11000010 | 11001 | 0 | 1000 | 10001 | 10100000 | 100101 | 1001001 |
Color Harmonies of #9FD3C2
Complementary color
Monochromatic Colors of #9FD3C2
Black with #9FD3C2
Text Example
Text Example
White with #9FD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3C2; }
p { color: rgb(159,211,194); }
H1.HeaderClassName
{
color: #9FD3C2;
}
.AnyTagClassName
{
color: #9FD3C2;
}
</style>
background-color css
<style>
a { background-color: #9FD3C2; }
a { background-color: rgb(159,211,194); }
div.DivClassName
{
background-color: #9FD3C2;
}
.BgClassName
{
background-color: #9FD3C2;
}
</style>
border-color css
<style>
span { border-color: #9FD3C2; }
span { border-color: rgb(159,211,194); }
td.TdClassName
{
border-color: #9FD3C2;
}
.TagClassName
{
border-color: #9FD3C2;
}
</style>