Shades of Java #1F888C
Tints of Java #1F888C
RGB
CMYK
RGB Variations
Color information
#1F888C (or 0x1F888C) is known color: Java. HEX triplet: 1F, 88 and 8C. RGB value is (31,136,140). Sum of RGB (Red+Green+Blue) = 31+136+140=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F888C is #E07773. Grayscale: #686868. Windows color (decimal): -14710644 or 9209887. OLE color: 9209887.
HSL color Cylindrical-coordinate representation of color #1F888C: hue angle of 182.2º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F888C is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 136 | 140 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.45 |
| HSL | 182.2º | 0.64% | 0.34% | - |
| HSV(B) | 182.2º | 0.78% | 0.55% | - |
| XYZ | 14.1 | 19.79 | 27.89 | - |
| YUV | 105.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 140 | 0.78 | 0.03 | 0 | 0.45 | 182.2 | 0.64 | 0.34 |
| Hex | 1F | 88 | 8C | 4E | 3 | 0 | 2D | B6 | 40 | 22 |
| Octal | 37 | 210 | 214 | 116 | 3 | 0 | 55 | 266 | 100 | 42 |
| Binary | 11111 | 10001000 | 10001100 | 1001110 | 11 | 0 | 101101 | 10110110 | 1000000 | 100010 |
Color Harmonies of #1F888C
Complementary color
Monochromatic Colors of #1F888C
Black with #1F888C
Text Example
Text Example
White with #1F888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F888C; }
p { color: rgb(31,136,140); }
H1.HeaderClassName
{
color: #1F888C;
}
.AnyTagClassName
{
color: #1F888C;
}
</style>
background-color css
<style>
a { background-color: #1F888C; }
a { background-color: rgb(31,136,140); }
div.DivClassName
{
background-color: #1F888C;
}
.BgClassName
{
background-color: #1F888C;
}
</style>
border-color css
<style>
span { border-color: #1F888C; }
span { border-color: rgb(31,136,140); }
td.TdClassName
{
border-color: #1F888C;
}
.TagClassName
{
border-color: #1F888C;
}
</style>