Shades of Java #169993
Tints of Java #169993
RGB
CMYK
RGB Variations
Color information
#169993 (or 0x169993) is known color: Java. HEX triplet: 16, 99 and 93. RGB value is (22,153,147). Sum of RGB (Red+Green+Blue) = 22+153+147=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #169993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169993 is #E9666C. Grayscale: #717171. Windows color (decimal): -15296109 or 9672982. OLE color: 9672982.
HSL color Cylindrical-coordinate representation of color #169993: hue angle of 177.25º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169993 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 147 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.4 |
| HSL | 177.25º | 0.75% | 0.34% | - |
| HSV(B) | 177.25º | 0.86% | 0.6% | - |
| XYZ | 16.99 | 25.06 | 31.55 | - |
| YUV | 113.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 147 | 0.86 | 0 | 0.04 | 0.4 | 177.25 | 0.75 | 0.34 |
| Hex | 16 | 99 | 93 | 56 | 0 | 4 | 28 | B1 | 4B | 22 |
| Octal | 26 | 231 | 223 | 126 | 0 | 4 | 50 | 261 | 113 | 42 |
| Binary | 10110 | 10011001 | 10010011 | 1010110 | 0 | 100 | 101000 | 10110001 | 1001011 | 100010 |
Color Harmonies of #169993
Complementary color
Monochromatic Colors of #169993
Black with #169993
Text Example
Text Example
White with #169993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169993; }
p { color: rgb(22,153,147); }
H1.HeaderClassName
{
color: #169993;
}
.AnyTagClassName
{
color: #169993;
}
</style>
background-color css
<style>
a { background-color: #169993; }
a { background-color: rgb(22,153,147); }
div.DivClassName
{
background-color: #169993;
}
.BgClassName
{
background-color: #169993;
}
</style>
border-color css
<style>
span { border-color: #169993; }
span { border-color: rgb(22,153,147); }
td.TdClassName
{
border-color: #169993;
}
.TagClassName
{
border-color: #169993;
}
</style>