Shades of Java #159C99
Tints of Java #159C99
RGB
CMYK
RGB Variations
Color information
#159C99 (or 0x159C99) is known color: Java. HEX triplet: 15, 9C and 99. RGB value is (21,156,153). Sum of RGB (Red+Green+Blue) = 21+156+153=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #159C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C99 is #EA6366. Grayscale: #737373. Windows color (decimal): -15360871 or 10066965. OLE color: 10066965.
HSL color Cylindrical-coordinate representation of color #159C99: hue angle of 178.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C99 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 153 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.39 |
| HSL | 178.67º | 0.76% | 0.35% | - |
| HSV(B) | 178.67º | 0.87% | 0.61% | - |
| XYZ | 17.95 | 26.24 | 34.26 | - |
| YUV | 115.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 153 | 0.87 | 0 | 0.02 | 0.39 | 178.67 | 0.76 | 0.35 |
| Hex | 15 | 9C | 99 | 57 | 0 | 2 | 27 | B3 | 4C | 23 |
| Octal | 25 | 234 | 231 | 127 | 0 | 2 | 47 | 263 | 114 | 43 |
| Binary | 10101 | 10011100 | 10011001 | 1010111 | 0 | 10 | 100111 | 10110011 | 1001100 | 100011 |
Color Harmonies of #159C99
Complementary color
Monochromatic Colors of #159C99
Black with #159C99
Text Example
Text Example
White with #159C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C99; }
p { color: rgb(21,156,153); }
H1.HeaderClassName
{
color: #159C99;
}
.AnyTagClassName
{
color: #159C99;
}
</style>
background-color css
<style>
a { background-color: #159C99; }
a { background-color: rgb(21,156,153); }
div.DivClassName
{
background-color: #159C99;
}
.BgClassName
{
background-color: #159C99;
}
</style>
border-color css
<style>
span { border-color: #159C99; }
span { border-color: rgb(21,156,153); }
td.TdClassName
{
border-color: #159C99;
}
.TagClassName
{
border-color: #159C99;
}
</style>