Shades of Java #1F9692
Tints of Java #1F9692
RGB
CMYK
RGB Variations
Color information
#1F9692 (or 0x1F9692) is known color: Java. HEX triplet: 1F, 96 and 92. RGB value is (31,150,146). Sum of RGB (Red+Green+Blue) = 31+150+146=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9692 is #E0696D. Grayscale: #717171. Windows color (decimal): -14707054 or 9606687. OLE color: 9606687.
HSL color Cylindrical-coordinate representation of color #1F9692: hue angle of 177.98º 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 #1F9692 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 146 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.41 |
| HSL | 177.98º | 0.66% | 0.35% | - |
| HSV(B) | 177.98º | 0.79% | 0.59% | - |
| XYZ | 16.66 | 24.18 | 30.98 | - |
| YUV | 113.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 146 | 0.79 | 0 | 0.03 | 0.41 | 177.98 | 0.66 | 0.35 |
| Hex | 1F | 96 | 92 | 4F | 0 | 3 | 29 | B2 | 42 | 23 |
| Octal | 37 | 226 | 222 | 117 | 0 | 3 | 51 | 262 | 102 | 43 |
| Binary | 11111 | 10010110 | 10010010 | 1001111 | 0 | 11 | 101001 | 10110010 | 1000010 | 100011 |
Color Harmonies of #1F9692
Complementary color
Monochromatic Colors of #1F9692
Black with #1F9692
Text Example
Text Example
White with #1F9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9692; }
p { color: rgb(31,150,146); }
H1.HeaderClassName
{
color: #1F9692;
}
.AnyTagClassName
{
color: #1F9692;
}
</style>
background-color css
<style>
a { background-color: #1F9692; }
a { background-color: rgb(31,150,146); }
div.DivClassName
{
background-color: #1F9692;
}
.BgClassName
{
background-color: #1F9692;
}
</style>
border-color css
<style>
span { border-color: #1F9692; }
span { border-color: rgb(31,150,146); }
td.TdClassName
{
border-color: #1F9692;
}
.TagClassName
{
border-color: #1F9692;
}
</style>