Shades of Java #1F9D8D
Tints of Java #1F9D8D
RGB
CMYK
RGB Variations
Color information
#1F9D8D (or 0x1F9D8D) is known color: Java. HEX triplet: 1F, 9D and 8D. RGB value is (31,157,141). Sum of RGB (Red+Green+Blue) = 31+157+141=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9D8D is #E06272. Grayscale: #757575. Windows color (decimal): -14705267 or 9280799. OLE color: 9280799.
HSL color Cylindrical-coordinate representation of color #1F9D8D: hue angle of 172.38º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9D8D is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 141 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.38 |
| HSL | 172.38º | 0.67% | 0.37% | - |
| HSV(B) | 172.38º | 0.8% | 0.62% | - |
| XYZ | 17.43 | 26.33 | 29.36 | - |
| YUV | 117.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 141 | 0.80 | 0 | 0.10 | 0.38 | 172.38 | 0.67 | 0.37 |
| Hex | 1F | 9D | 8D | 50 | 0 | A | 26 | AC | 43 | 25 |
| Octal | 37 | 235 | 215 | 120 | 0 | 12 | 46 | 254 | 103 | 45 |
| Binary | 11111 | 10011101 | 10001101 | 1010000 | 0 | 1010 | 100110 | 10101100 | 1000011 | 100101 |
Color Harmonies of #1F9D8D
Complementary color
Monochromatic Colors of #1F9D8D
Black with #1F9D8D
Text Example
Text Example
White with #1F9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D8D; }
p { color: rgb(31,157,141); }
H1.HeaderClassName
{
color: #1F9D8D;
}
.AnyTagClassName
{
color: #1F9D8D;
}
</style>
background-color css
<style>
a { background-color: #1F9D8D; }
a { background-color: rgb(31,157,141); }
div.DivClassName
{
background-color: #1F9D8D;
}
.BgClassName
{
background-color: #1F9D8D;
}
</style>
border-color css
<style>
span { border-color: #1F9D8D; }
span { border-color: rgb(31,157,141); }
td.TdClassName
{
border-color: #1F9D8D;
}
.TagClassName
{
border-color: #1F9D8D;
}
</style>