Shades of Java #1F888A
Tints of Java #1F888A
RGB
CMYK
RGB Variations
Color information
#1F888A (or 0x1F888A) is known color: Java. HEX triplet: 1F, 88 and 8A. RGB value is (31,136,138). Sum of RGB (Red+Green+Blue) = 31+136+138=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F888A is #E07775. Grayscale: #686868. Windows color (decimal): -14710646 or 9078815. OLE color: 9078815.
HSL color Cylindrical-coordinate representation of color #1F888A: hue angle of 181.12º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F888A is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 136 | 138 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.46 |
| HSL | 181.12º | 0.63% | 0.33% | - |
| HSV(B) | 181.12º | 0.78% | 0.54% | - |
| XYZ | 13.96 | 19.73 | 27.12 | - |
| YUV | 104.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 138 | 0.78 | 0.01 | 0 | 0.46 | 181.12 | 0.63 | 0.33 |
| Hex | 1F | 88 | 8A | 4E | 1 | 0 | 2E | B5 | 3F | 21 |
| Octal | 37 | 210 | 212 | 116 | 1 | 0 | 56 | 265 | 77 | 41 |
| Binary | 11111 | 10001000 | 10001010 | 1001110 | 1 | 0 | 101110 | 10110101 | 111111 | 100001 |
Color Harmonies of #1F888A
Complementary color
Monochromatic Colors of #1F888A
Black with #1F888A
Text Example
Text Example
White with #1F888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F888A; }
p { color: rgb(31,136,138); }
H1.HeaderClassName
{
color: #1F888A;
}
.AnyTagClassName
{
color: #1F888A;
}
</style>
background-color css
<style>
a { background-color: #1F888A; }
a { background-color: rgb(31,136,138); }
div.DivClassName
{
background-color: #1F888A;
}
.BgClassName
{
background-color: #1F888A;
}
</style>
border-color css
<style>
span { border-color: #1F888A; }
span { border-color: rgb(31,136,138); }
td.TdClassName
{
border-color: #1F888A;
}
.TagClassName
{
border-color: #1F888A;
}
</style>