Shades of Java #1F9F9D
Tints of Java #1F9F9D
RGB
CMYK
RGB Variations
Color information
#1F9F9D (or 0x1F9F9D) is known color: Java. HEX triplet: 1F, 9F and 9D. RGB value is (31,159,157). Sum of RGB (Red+Green+Blue) = 31+159+157=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9F9D is #E06062. Grayscale: #787878. Windows color (decimal): -14704739 or 10329887. OLE color: 10329887.
HSL color Cylindrical-coordinate representation of color #1F9F9D: hue angle of 179.06º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F9D is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 157 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.38 |
| HSL | 179.06º | 0.67% | 0.37% | - |
| HSV(B) | 179.06º | 0.81% | 0.62% | - |
| XYZ | 19.05 | 27.52 | 36.21 | - |
| YUV | 120.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 157 | 0.81 | 0 | 0.01 | 0.38 | 179.06 | 0.67 | 0.37 |
| Hex | 1F | 9F | 9D | 51 | 0 | 1 | 26 | B3 | 43 | 25 |
| Octal | 37 | 237 | 235 | 121 | 0 | 1 | 46 | 263 | 103 | 45 |
| Binary | 11111 | 10011111 | 10011101 | 1010001 | 0 | 1 | 100110 | 10110011 | 1000011 | 100101 |
Color Harmonies of #1F9F9D
Complementary color
Monochromatic Colors of #1F9F9D
Black with #1F9F9D
Text Example
Text Example
White with #1F9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F9D; }
p { color: rgb(31,159,157); }
H1.HeaderClassName
{
color: #1F9F9D;
}
.AnyTagClassName
{
color: #1F9F9D;
}
</style>
background-color css
<style>
a { background-color: #1F9F9D; }
a { background-color: rgb(31,159,157); }
div.DivClassName
{
background-color: #1F9F9D;
}
.BgClassName
{
background-color: #1F9F9D;
}
</style>
border-color css
<style>
span { border-color: #1F9F9D; }
span { border-color: rgb(31,159,157); }
td.TdClassName
{
border-color: #1F9F9D;
}
.TagClassName
{
border-color: #1F9F9D;
}
</style>