Shades of Java #159993
Tints of Java #159993
RGB
CMYK
RGB Variations
Color information
#159993 (or 0x159993) is known color: Java. HEX triplet: 15, 99 and 93. RGB value is (21,153,147). Sum of RGB (Red+Green+Blue) = 21+153+147=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #159993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159993 is #EA666C. Grayscale: #707070. Windows color (decimal): -15361645 or 9672981. OLE color: 9672981.
HSL color Cylindrical-coordinate representation of color #159993: hue angle of 177.27º degrees, saturation: 0.76, 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 #159993 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 153 | 147 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.4 |
| HSL | 177.27º | 0.76% | 0.34% | - |
| HSV(B) | 177.27º | 0.86% | 0.6% | - |
| XYZ | 16.97 | 25.05 | 31.54 | - |
| YUV | 112.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 147 | 0.86 | 0 | 0.04 | 0.4 | 177.27 | 0.76 | 0.34 |
| Hex | 15 | 99 | 93 | 56 | 0 | 4 | 28 | B1 | 4C | 22 |
| Octal | 25 | 231 | 223 | 126 | 0 | 4 | 50 | 261 | 114 | 42 |
| Binary | 10101 | 10011001 | 10010011 | 1010110 | 0 | 100 | 101000 | 10110001 | 1001100 | 100010 |
Color Harmonies of #159993
Complementary color
Monochromatic Colors of #159993
Black with #159993
Text Example
Text Example
White with #159993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159993; }
p { color: rgb(21,153,147); }
H1.HeaderClassName
{
color: #159993;
}
.AnyTagClassName
{
color: #159993;
}
</style>
background-color css
<style>
a { background-color: #159993; }
a { background-color: rgb(21,153,147); }
div.DivClassName
{
background-color: #159993;
}
.BgClassName
{
background-color: #159993;
}
</style>
border-color css
<style>
span { border-color: #159993; }
span { border-color: rgb(21,153,147); }
td.TdClassName
{
border-color: #159993;
}
.TagClassName
{
border-color: #159993;
}
</style>