Shades of Java #1FA69C
Tints of Java #1FA69C
RGB
CMYK
RGB Variations
Color information
#1FA69C (or 0x1FA69C) is known color: Java. HEX triplet: 1F, A6 and 9C. RGB value is (31,166,156). Sum of RGB (Red+Green+Blue) = 31+166+156=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA69C is #E05963. Grayscale: #7C7C7C. Windows color (decimal): -14702948 or 10266143. OLE color: 10266143.
HSL color Cylindrical-coordinate representation of color #1FA69C: hue angle of 175.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA69C is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 156 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.35 |
| HSL | 175.56º | 0.69% | 0.39% | - |
| HSV(B) | 175.56º | 0.81% | 0.65% | - |
| XYZ | 20.2 | 29.96 | 36.17 | - |
| YUV | 124.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 156 | 0.81 | 0 | 0.06 | 0.35 | 175.56 | 0.69 | 0.39 |
| Hex | 1F | A6 | 9C | 51 | 0 | 6 | 23 | B0 | 45 | 27 |
| Octal | 37 | 246 | 234 | 121 | 0 | 6 | 43 | 260 | 105 | 47 |
| Binary | 11111 | 10100110 | 10011100 | 1010001 | 0 | 110 | 100011 | 10110000 | 1000101 | 100111 |
Color Harmonies of #1FA69C
Complementary color
Monochromatic Colors of #1FA69C
Black with #1FA69C
Text Example
Text Example
White with #1FA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA69C; }
p { color: rgb(31,166,156); }
H1.HeaderClassName
{
color: #1FA69C;
}
.AnyTagClassName
{
color: #1FA69C;
}
</style>
background-color css
<style>
a { background-color: #1FA69C; }
a { background-color: rgb(31,166,156); }
div.DivClassName
{
background-color: #1FA69C;
}
.BgClassName
{
background-color: #1FA69C;
}
</style>
border-color css
<style>
span { border-color: #1FA69C; }
span { border-color: rgb(31,166,156); }
td.TdClassName
{
border-color: #1FA69C;
}
.TagClassName
{
border-color: #1FA69C;
}
</style>