Shades of Java #1F9B8D
Tints of Java #1F9B8D
RGB
CMYK
RGB Variations
Color information
#1F9B8D (or 0x1F9B8D) is known color: Java. HEX triplet: 1F, 9B and 8D. RGB value is (31,155,141). Sum of RGB (Red+Green+Blue) = 31+155+141=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9B8D is #E06472. Grayscale: #747474. Windows color (decimal): -14705779 or 9280287. OLE color: 9280287.
HSL color Cylindrical-coordinate representation of color #1F9B8D: hue angle of 173.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B8D is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 155 | 141 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.39 |
| HSL | 173.23º | 0.67% | 0.36% | - |
| HSV(B) | 173.23º | 0.8% | 0.61% | - |
| XYZ | 17.09 | 25.66 | 29.25 | - |
| YUV | 116.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 141 | 0.8 | 0 | 0.09 | 0.39 | 173.23 | 0.67 | 0.36 |
| Hex | 1F | 9B | 8D | 50 | 0 | 9 | 27 | AD | 43 | 24 |
| Octal | 37 | 233 | 215 | 120 | 0 | 11 | 47 | 255 | 103 | 44 |
| Binary | 11111 | 10011011 | 10001101 | 1010000 | 0 | 1001 | 100111 | 10101101 | 1000011 | 100100 |
Color Harmonies of #1F9B8D
Complementary color
Monochromatic Colors of #1F9B8D
Black with #1F9B8D
Text Example
Text Example
White with #1F9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9B8D; }
p { color: rgb(31,155,141); }
H1.HeaderClassName
{
color: #1F9B8D;
}
.AnyTagClassName
{
color: #1F9B8D;
}
</style>
background-color css
<style>
a { background-color: #1F9B8D; }
a { background-color: rgb(31,155,141); }
div.DivClassName
{
background-color: #1F9B8D;
}
.BgClassName
{
background-color: #1F9B8D;
}
</style>
border-color css
<style>
span { border-color: #1F9B8D; }
span { border-color: rgb(31,155,141); }
td.TdClassName
{
border-color: #1F9B8D;
}
.TagClassName
{
border-color: #1F9B8D;
}
</style>