Shades of Java #1F908A
Tints of Java #1F908A
RGB
CMYK
RGB Variations
Color information
#1F908A (or 0x1F908A) is known color: Java. HEX triplet: 1F, 90 and 8A. RGB value is (31,144,138). Sum of RGB (Red+Green+Blue) = 31+144+138=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #1F908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F908A is #E06F75. Grayscale: #6D6D6D. Windows color (decimal): -14708598 or 9080863. OLE color: 9080863.
HSL color Cylindrical-coordinate representation of color #1F908A: hue angle of 176.81º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F908A is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 138 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.44 |
| HSL | 176.81º | 0.65% | 0.34% | - |
| HSV(B) | 176.81º | 0.78% | 0.56% | - |
| XYZ | 15.13 | 22.07 | 27.51 | - |
| YUV | 109.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 138 | 0.78 | 0 | 0.04 | 0.44 | 176.81 | 0.65 | 0.34 |
| Hex | 1F | 90 | 8A | 4E | 0 | 4 | 2C | B1 | 41 | 22 |
| Octal | 37 | 220 | 212 | 116 | 0 | 4 | 54 | 261 | 101 | 42 |
| Binary | 11111 | 10010000 | 10001010 | 1001110 | 0 | 100 | 101100 | 10110001 | 1000001 | 100010 |
Color Harmonies of #1F908A
Complementary color
Monochromatic Colors of #1F908A
Black with #1F908A
Text Example
Text Example
White with #1F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F908A; }
p { color: rgb(31,144,138); }
H1.HeaderClassName
{
color: #1F908A;
}
.AnyTagClassName
{
color: #1F908A;
}
</style>
background-color css
<style>
a { background-color: #1F908A; }
a { background-color: rgb(31,144,138); }
div.DivClassName
{
background-color: #1F908A;
}
.BgClassName
{
background-color: #1F908A;
}
</style>
border-color css
<style>
span { border-color: #1F908A; }
span { border-color: rgb(31,144,138); }
td.TdClassName
{
border-color: #1F908A;
}
.TagClassName
{
border-color: #1F908A;
}
</style>