Shades of Java #1F9C91
Tints of Java #1F9C91
RGB
CMYK
RGB Variations
Color information
#1F9C91 (or 0x1F9C91) is known color: Java. HEX triplet: 1F, 9C and 91. RGB value is (31,156,145). Sum of RGB (Red+Green+Blue) = 31+156+145=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C91 is #E0636E. Grayscale: #757575. Windows color (decimal): -14705519 or 9542687. OLE color: 9542687.
HSL color Cylindrical-coordinate representation of color #1F9C91: hue angle of 174.72º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C91 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 145 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.39 |
| HSL | 174.72º | 0.67% | 0.37% | - |
| HSV(B) | 174.72º | 0.8% | 0.61% | - |
| XYZ | 17.56 | 26.11 | 30.9 | - |
| YUV | 117.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 145 | 0.80 | 0 | 0.07 | 0.39 | 174.72 | 0.67 | 0.37 |
| Hex | 1F | 9C | 91 | 50 | 0 | 7 | 27 | AF | 43 | 25 |
| Octal | 37 | 234 | 221 | 120 | 0 | 7 | 47 | 257 | 103 | 45 |
| Binary | 11111 | 10011100 | 10010001 | 1010000 | 0 | 111 | 100111 | 10101111 | 1000011 | 100101 |
Color Harmonies of #1F9C91
Complementary color
Monochromatic Colors of #1F9C91
Black with #1F9C91
Text Example
Text Example
White with #1F9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C91; }
p { color: rgb(31,156,145); }
H1.HeaderClassName
{
color: #1F9C91;
}
.AnyTagClassName
{
color: #1F9C91;
}
</style>
background-color css
<style>
a { background-color: #1F9C91; }
a { background-color: rgb(31,156,145); }
div.DivClassName
{
background-color: #1F9C91;
}
.BgClassName
{
background-color: #1F9C91;
}
</style>
border-color css
<style>
span { border-color: #1F9C91; }
span { border-color: rgb(31,156,145); }
td.TdClassName
{
border-color: #1F9C91;
}
.TagClassName
{
border-color: #1F9C91;
}
</style>