Shades of Java #169490
Tints of Java #169490
RGB
CMYK
RGB Variations
Color information
#169490 (or 0x169490) is known color: Java. HEX triplet: 16, 94 and 90. RGB value is (22,148,144). Sum of RGB (Red+Green+Blue) = 22+148+144=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #169490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169490 is #E96B6F. Grayscale: #6D6D6D. Windows color (decimal): -15297392 or 9475094. OLE color: 9475094.
HSL color Cylindrical-coordinate representation of color #169490: hue angle of 178.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169490 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 144 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.42 |
| HSL | 178.1º | 0.74% | 0.33% | - |
| HSV(B) | 178.1º | 0.85% | 0.58% | - |
| XYZ | 15.95 | 23.36 | 30.05 | - |
| YUV | 109.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 144 | 0.85 | 0 | 0.03 | 0.42 | 178.1 | 0.74 | 0.33 |
| Hex | 16 | 94 | 90 | 55 | 0 | 3 | 2A | B2 | 4A | 21 |
| Octal | 26 | 224 | 220 | 125 | 0 | 3 | 52 | 262 | 112 | 41 |
| Binary | 10110 | 10010100 | 10010000 | 1010101 | 0 | 11 | 101010 | 10110010 | 1001010 | 100001 |
Color Harmonies of #169490
Complementary color
Monochromatic Colors of #169490
Black with #169490
Text Example
Text Example
White with #169490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169490; }
p { color: rgb(22,148,144); }
H1.HeaderClassName
{
color: #169490;
}
.AnyTagClassName
{
color: #169490;
}
</style>
background-color css
<style>
a { background-color: #169490; }
a { background-color: rgb(22,148,144); }
div.DivClassName
{
background-color: #169490;
}
.BgClassName
{
background-color: #169490;
}
</style>
border-color css
<style>
span { border-color: #169490; }
span { border-color: rgb(22,148,144); }
td.TdClassName
{
border-color: #169490;
}
.TagClassName
{
border-color: #169490;
}
</style>