Shades of Java #1FA1A3
Tints of Java #1FA1A3
RGB
CMYK
RGB Variations
Color information
#1FA1A3 (or 0x1FA1A3) is known color: Java. HEX triplet: 1F, A1 and A3. RGB value is (31,161,163). Sum of RGB (Red+Green+Blue) = 31+161+163=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #1FA1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA1A3 is #E05E5C. Grayscale: #7A7A7A. Windows color (decimal): -14704221 or 10723615. OLE color: 10723615.
HSL color Cylindrical-coordinate representation of color #1FA1A3: hue angle of 180.91º 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 #1FA1A3 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 161 | 163 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.36 |
| HSL | 180.91º | 0.68% | 0.38% | - |
| HSV(B) | 180.91º | 0.81% | 0.64% | - |
| XYZ | 19.92 | 28.43 | 39.09 | - |
| YUV | 122.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 163 | 0.81 | 0.01 | 0 | 0.36 | 180.91 | 0.68 | 0.38 |
| Hex | 1F | A1 | A3 | 51 | 1 | 0 | 24 | B5 | 44 | 26 |
| Octal | 37 | 241 | 243 | 121 | 1 | 0 | 44 | 265 | 104 | 46 |
| Binary | 11111 | 10100001 | 10100011 | 1010001 | 1 | 0 | 100100 | 10110101 | 1000100 | 100110 |
Color Harmonies of #1FA1A3
Complementary color
Monochromatic Colors of #1FA1A3
Black with #1FA1A3
Text Example
Text Example
White with #1FA1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA1A3; }
p { color: rgb(31,161,163); }
H1.HeaderClassName
{
color: #1FA1A3;
}
.AnyTagClassName
{
color: #1FA1A3;
}
</style>
background-color css
<style>
a { background-color: #1FA1A3; }
a { background-color: rgb(31,161,163); }
div.DivClassName
{
background-color: #1FA1A3;
}
.BgClassName
{
background-color: #1FA1A3;
}
</style>
border-color css
<style>
span { border-color: #1FA1A3; }
span { border-color: rgb(31,161,163); }
td.TdClassName
{
border-color: #1FA1A3;
}
.TagClassName
{
border-color: #1FA1A3;
}
</style>