Shades of Java #16948F
Tints of Java #16948F
RGB
CMYK
RGB Variations
Color information
#16948F (or 0x16948F) is known color: Java. HEX triplet: 16, 94 and 8F. RGB value is (22,148,143). Sum of RGB (Red+Green+Blue) = 22+148+143=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #16948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16948F is #E96B70. Grayscale: #6D6D6D. Windows color (decimal): -15297393 or 9409558. OLE color: 9409558.
HSL color Cylindrical-coordinate representation of color #16948F: hue angle of 177.62º 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 #16948F is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 143 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.42 |
| HSL | 177.62º | 0.74% | 0.33% | - |
| HSV(B) | 177.62º | 0.85% | 0.58% | - |
| XYZ | 15.88 | 23.33 | 29.65 | - |
| YUV | 109.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 143 | 0.85 | 0 | 0.03 | 0.42 | 177.62 | 0.74 | 0.33 |
| Hex | 16 | 94 | 8F | 55 | 0 | 3 | 2A | B2 | 4A | 21 |
| Octal | 26 | 224 | 217 | 125 | 0 | 3 | 52 | 262 | 112 | 41 |
| Binary | 10110 | 10010100 | 10001111 | 1010101 | 0 | 11 | 101010 | 10110010 | 1001010 | 100001 |
Color Harmonies of #16948F
Complementary color
Monochromatic Colors of #16948F
Black with #16948F
Text Example
Text Example
White with #16948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16948F; }
p { color: rgb(22,148,143); }
H1.HeaderClassName
{
color: #16948F;
}
.AnyTagClassName
{
color: #16948F;
}
</style>
background-color css
<style>
a { background-color: #16948F; }
a { background-color: rgb(22,148,143); }
div.DivClassName
{
background-color: #16948F;
}
.BgClassName
{
background-color: #16948F;
}
</style>
border-color css
<style>
span { border-color: #16948F; }
span { border-color: rgb(22,148,143); }
td.TdClassName
{
border-color: #16948F;
}
.TagClassName
{
border-color: #16948F;
}
</style>