Shades of Java #1F9596
Tints of Java #1F9596
RGB
CMYK
RGB Variations
Color information
#1F9596 (or 0x1F9596) is known color: Java. HEX triplet: 1F, 95 and 96. RGB value is (31,149,150). Sum of RGB (Red+Green+Blue) = 31+149+150=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F9596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9596 is #E06A69. Grayscale: #717171. Windows color (decimal): -14707306 or 9868575. OLE color: 9868575.
HSL color Cylindrical-coordinate representation of color #1F9596: hue angle of 180.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9596 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 149 | 150 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.41 |
| HSL | 180.5º | 0.66% | 0.35% | - |
| HSV(B) | 180.5º | 0.79% | 0.59% | - |
| XYZ | 16.82 | 23.99 | 32.6 | - |
| YUV | 113.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 150 | 0.79 | 0.01 | 0 | 0.41 | 180.5 | 0.66 | 0.35 |
| Hex | 1F | 95 | 96 | 4F | 1 | 0 | 29 | B5 | 42 | 23 |
| Octal | 37 | 225 | 226 | 117 | 1 | 0 | 51 | 265 | 102 | 43 |
| Binary | 11111 | 10010101 | 10010110 | 1001111 | 1 | 0 | 101001 | 10110101 | 1000010 | 100011 |
Color Harmonies of #1F9596
Complementary color
Monochromatic Colors of #1F9596
Black with #1F9596
Text Example
Text Example
White with #1F9596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9596; }
p { color: rgb(31,149,150); }
H1.HeaderClassName
{
color: #1F9596;
}
.AnyTagClassName
{
color: #1F9596;
}
</style>
background-color css
<style>
a { background-color: #1F9596; }
a { background-color: rgb(31,149,150); }
div.DivClassName
{
background-color: #1F9596;
}
.BgClassName
{
background-color: #1F9596;
}
</style>
border-color css
<style>
span { border-color: #1F9596; }
span { border-color: rgb(31,149,150); }
td.TdClassName
{
border-color: #1F9596;
}
.TagClassName
{
border-color: #1F9596;
}
</style>