Shades of Java #1FA29D
Tints of Java #1FA29D
RGB
CMYK
RGB Variations
Color information
#1FA29D (or 0x1FA29D) is known color: Java. HEX triplet: 1F, A2 and 9D. RGB value is (31,162,157). Sum of RGB (Red+Green+Blue) = 31+162+157=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA29D is #E05D62. Grayscale: #7A7A7A. Windows color (decimal): -14703971 or 10330655. OLE color: 10330655.
HSL color Cylindrical-coordinate representation of color #1FA29D: hue angle of 177.71º 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 #1FA29D is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 157 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.36 |
| HSL | 177.71º | 0.68% | 0.38% | - |
| HSV(B) | 177.71º | 0.81% | 0.64% | - |
| XYZ | 19.57 | 28.57 | 36.38 | - |
| YUV | 122.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 157 | 0.81 | 0 | 0.03 | 0.36 | 177.71 | 0.68 | 0.38 |
| Hex | 1F | A2 | 9D | 51 | 0 | 3 | 24 | B2 | 44 | 26 |
| Octal | 37 | 242 | 235 | 121 | 0 | 3 | 44 | 262 | 104 | 46 |
| Binary | 11111 | 10100010 | 10011101 | 1010001 | 0 | 11 | 100100 | 10110010 | 1000100 | 100110 |
Color Harmonies of #1FA29D
Complementary color
Monochromatic Colors of #1FA29D
Black with #1FA29D
Text Example
Text Example
White with #1FA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA29D; }
p { color: rgb(31,162,157); }
H1.HeaderClassName
{
color: #1FA29D;
}
.AnyTagClassName
{
color: #1FA29D;
}
</style>
background-color css
<style>
a { background-color: #1FA29D; }
a { background-color: rgb(31,162,157); }
div.DivClassName
{
background-color: #1FA29D;
}
.BgClassName
{
background-color: #1FA29D;
}
</style>
border-color css
<style>
span { border-color: #1FA29D; }
span { border-color: rgb(31,162,157); }
td.TdClassName
{
border-color: #1FA29D;
}
.TagClassName
{
border-color: #1FA29D;
}
</style>