Shades of Java #1FA299
Tints of Java #1FA299
RGB
CMYK
RGB Variations
Color information
#1FA299 (or 0x1FA299) is known color: Java. HEX triplet: 1F, A2 and 99. RGB value is (31,162,153). Sum of RGB (Red+Green+Blue) = 31+162+153=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA299 is #E05D66. Grayscale: #797979. Windows color (decimal): -14703975 or 10068511. OLE color: 10068511.
HSL color Cylindrical-coordinate representation of color #1FA299: hue angle of 175.88º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA299 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 153 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.36 |
| HSL | 175.88º | 0.68% | 0.38% | - |
| HSV(B) | 175.88º | 0.81% | 0.64% | - |
| XYZ | 19.24 | 28.43 | 34.61 | - |
| YUV | 121.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 153 | 0.81 | 0 | 0.06 | 0.36 | 175.88 | 0.68 | 0.38 |
| Hex | 1F | A2 | 99 | 51 | 0 | 6 | 24 | B0 | 44 | 26 |
| Octal | 37 | 242 | 231 | 121 | 0 | 6 | 44 | 260 | 104 | 46 |
| Binary | 11111 | 10100010 | 10011001 | 1010001 | 0 | 110 | 100100 | 10110000 | 1000100 | 100110 |
Color Harmonies of #1FA299
Complementary color
Monochromatic Colors of #1FA299
Black with #1FA299
Text Example
Text Example
White with #1FA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA299; }
p { color: rgb(31,162,153); }
H1.HeaderClassName
{
color: #1FA299;
}
.AnyTagClassName
{
color: #1FA299;
}
</style>
background-color css
<style>
a { background-color: #1FA299; }
a { background-color: rgb(31,162,153); }
div.DivClassName
{
background-color: #1FA299;
}
.BgClassName
{
background-color: #1FA299;
}
</style>
border-color css
<style>
span { border-color: #1FA299; }
span { border-color: rgb(31,162,153); }
td.TdClassName
{
border-color: #1FA299;
}
.TagClassName
{
border-color: #1FA299;
}
</style>