Shades of Java #1F9B8B
Tints of Java #1F9B8B
RGB
CMYK
RGB Variations
Color information
#1F9B8B (or 0x1F9B8B) is known color: Java. HEX triplet: 1F, 9B and 8B. RGB value is (31,155,139). Sum of RGB (Red+Green+Blue) = 31+155+139=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9B8B is #E06474. Grayscale: #747474. Windows color (decimal): -14705781 or 9149215. OLE color: 9149215.
HSL color Cylindrical-coordinate representation of color #1F9B8B: hue angle of 172.26º 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 #1F9B8B is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 155 | 139 | - |
| CMYK | 0.8 | 0 | 0.10 | 0.39 |
| HSL | 172.26º | 0.67% | 0.36% | - |
| HSV(B) | 172.26º | 0.8% | 0.61% | - |
| XYZ | 16.95 | 25.6 | 28.47 | - |
| YUV | 116.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 139 | 0.8 | 0 | 0.10 | 0.39 | 172.26 | 0.67 | 0.36 |
| Hex | 1F | 9B | 8B | 50 | 0 | A | 27 | AC | 43 | 24 |
| Octal | 37 | 233 | 213 | 120 | 0 | 12 | 47 | 254 | 103 | 44 |
| Binary | 11111 | 10011011 | 10001011 | 1010000 | 0 | 1010 | 100111 | 10101100 | 1000011 | 100100 |
Color Harmonies of #1F9B8B
Complementary color
Monochromatic Colors of #1F9B8B
Black with #1F9B8B
Text Example
Text Example
White with #1F9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9B8B; }
p { color: rgb(31,155,139); }
H1.HeaderClassName
{
color: #1F9B8B;
}
.AnyTagClassName
{
color: #1F9B8B;
}
</style>
background-color css
<style>
a { background-color: #1F9B8B; }
a { background-color: rgb(31,155,139); }
div.DivClassName
{
background-color: #1F9B8B;
}
.BgClassName
{
background-color: #1F9B8B;
}
</style>
border-color css
<style>
span { border-color: #1F9B8B; }
span { border-color: rgb(31,155,139); }
td.TdClassName
{
border-color: #1F9B8B;
}
.TagClassName
{
border-color: #1F9B8B;
}
</style>