Shades of Java #12A09B
Tints of Java #12A09B
RGB
CMYK
RGB Variations
Color information
#12A09B (or 0x12A09B) is known color: Java. HEX triplet: 12, A0 and 9B. RGB value is (18,160,155). Sum of RGB (Red+Green+Blue) = 18+160+155=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #12A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A09B is #ED5F64. Grayscale: #747474. Windows color (decimal): -15556453 or 10199058. OLE color: 10199058.
HSL color Cylindrical-coordinate representation of color #12A09B: hue angle of 177.89º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A09B is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 155 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.37 |
| HSL | 177.89º | 0.8% | 0.35% | - |
| HSV(B) | 177.89º | 0.89% | 0.63% | - |
| XYZ | 18.74 | 27.64 | 35.36 | - |
| YUV | 116.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 155 | 0.89 | 0 | 0.03 | 0.37 | 177.89 | 0.8 | 0.35 |
| Hex | 12 | A0 | 9B | 59 | 0 | 3 | 25 | B2 | 50 | 23 |
| Octal | 22 | 240 | 233 | 131 | 0 | 3 | 45 | 262 | 120 | 43 |
| Binary | 10010 | 10100000 | 10011011 | 1011001 | 0 | 11 | 100101 | 10110010 | 1010000 | 100011 |
Color Harmonies of #12A09B
Complementary color
Monochromatic Colors of #12A09B
Black with #12A09B
Text Example
Text Example
White with #12A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A09B; }
p { color: rgb(18,160,155); }
H1.HeaderClassName
{
color: #12A09B;
}
.AnyTagClassName
{
color: #12A09B;
}
</style>
background-color css
<style>
a { background-color: #12A09B; }
a { background-color: rgb(18,160,155); }
div.DivClassName
{
background-color: #12A09B;
}
.BgClassName
{
background-color: #12A09B;
}
</style>
border-color css
<style>
span { border-color: #12A09B; }
span { border-color: rgb(18,160,155); }
td.TdClassName
{
border-color: #12A09B;
}
.TagClassName
{
border-color: #12A09B;
}
</style>