Shades of Java #1FA093
Tints of Java #1FA093
RGB
CMYK
RGB Variations
Color information
#1FA093 (or 0x1FA093) is known color: Java. HEX triplet: 1F, A0 and 93. RGB value is (31,160,147). Sum of RGB (Red+Green+Blue) = 31+160+147=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA093 is #E05F6C. Grayscale: #777777. Windows color (decimal): -14704493 or 9674783. OLE color: 9674783.
HSL color Cylindrical-coordinate representation of color #1FA093: hue angle of 173.95º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA093 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 147 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.37 |
| HSL | 173.95º | 0.68% | 0.37% | - |
| HSV(B) | 173.95º | 0.81% | 0.63% | - |
| XYZ | 18.4 | 27.54 | 31.95 | - |
| YUV | 119.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 147 | 0.81 | 0 | 0.08 | 0.37 | 173.95 | 0.68 | 0.37 |
| Hex | 1F | A0 | 93 | 51 | 0 | 8 | 25 | AE | 44 | 25 |
| Octal | 37 | 240 | 223 | 121 | 0 | 10 | 45 | 256 | 104 | 45 |
| Binary | 11111 | 10100000 | 10010011 | 1010001 | 0 | 1000 | 100101 | 10101110 | 1000100 | 100101 |
Color Harmonies of #1FA093
Complementary color
Monochromatic Colors of #1FA093
Black with #1FA093
Text Example
Text Example
White with #1FA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA093; }
p { color: rgb(31,160,147); }
H1.HeaderClassName
{
color: #1FA093;
}
.AnyTagClassName
{
color: #1FA093;
}
</style>
background-color css
<style>
a { background-color: #1FA093; }
a { background-color: rgb(31,160,147); }
div.DivClassName
{
background-color: #1FA093;
}
.BgClassName
{
background-color: #1FA093;
}
</style>
border-color css
<style>
span { border-color: #1FA093; }
span { border-color: rgb(31,160,147); }
td.TdClassName
{
border-color: #1FA093;
}
.TagClassName
{
border-color: #1FA093;
}
</style>