Shades of Java #1FA09B
Tints of Java #1FA09B
RGB
CMYK
RGB Variations
Color information
#1FA09B (or 0x1FA09B) is known color: Java. HEX triplet: 1F, A0 and 9B. RGB value is (31,160,155). Sum of RGB (Red+Green+Blue) = 31+160+155=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA09B is #E05F64. Grayscale: #787878. Windows color (decimal): -14704485 or 10199071. OLE color: 10199071.
HSL color Cylindrical-coordinate representation of color #1FA09B: hue angle of 177.67º 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 #1FA09B is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 155 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.37 |
| HSL | 177.67º | 0.68% | 0.37% | - |
| HSV(B) | 177.67º | 0.81% | 0.63% | - |
| XYZ | 19.05 | 27.8 | 35.37 | - |
| YUV | 120.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 155 | 0.81 | 0 | 0.03 | 0.37 | 177.67 | 0.68 | 0.37 |
| Hex | 1F | A0 | 9B | 51 | 0 | 3 | 25 | B2 | 44 | 25 |
| Octal | 37 | 240 | 233 | 121 | 0 | 3 | 45 | 262 | 104 | 45 |
| Binary | 11111 | 10100000 | 10011011 | 1010001 | 0 | 11 | 100101 | 10110010 | 1000100 | 100101 |
Color Harmonies of #1FA09B
Complementary color
Monochromatic Colors of #1FA09B
Black with #1FA09B
Text Example
Text Example
White with #1FA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA09B; }
p { color: rgb(31,160,155); }
H1.HeaderClassName
{
color: #1FA09B;
}
.AnyTagClassName
{
color: #1FA09B;
}
</style>
background-color css
<style>
a { background-color: #1FA09B; }
a { background-color: rgb(31,160,155); }
div.DivClassName
{
background-color: #1FA09B;
}
.BgClassName
{
background-color: #1FA09B;
}
</style>
border-color css
<style>
span { border-color: #1FA09B; }
span { border-color: rgb(31,160,155); }
td.TdClassName
{
border-color: #1FA09B;
}
.TagClassName
{
border-color: #1FA09B;
}
</style>