Shades of Java #1F8B8A
Tints of Java #1F8B8A
RGB
CMYK
RGB Variations
Color information
#1F8B8A (or 0x1F8B8A) is known color: Java. HEX triplet: 1F, 8B and 8A. RGB value is (31,139,138). Sum of RGB (Red+Green+Blue) = 31+139+138=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B8A is #E07475. Grayscale: #6A6A6A. Windows color (decimal): -14709878 or 9079583. OLE color: 9079583.
HSL color Cylindrical-coordinate representation of color #1F8B8A: hue angle of 179.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B8A is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 139 | 138 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.45 |
| HSL | 179.44º | 0.64% | 0.33% | - |
| HSV(B) | 179.44º | 0.78% | 0.55% | - |
| XYZ | 14.39 | 20.59 | 27.26 | - |
| YUV | 106.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 138 | 0.78 | 0 | 0.01 | 0.45 | 179.44 | 0.64 | 0.33 |
| Hex | 1F | 8B | 8A | 4E | 0 | 1 | 2D | B3 | 40 | 21 |
| Octal | 37 | 213 | 212 | 116 | 0 | 1 | 55 | 263 | 100 | 41 |
| Binary | 11111 | 10001011 | 10001010 | 1001110 | 0 | 1 | 101101 | 10110011 | 1000000 | 100001 |
Color Harmonies of #1F8B8A
Complementary color
Monochromatic Colors of #1F8B8A
Black with #1F8B8A
Text Example
Text Example
White with #1F8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8B8A; }
p { color: rgb(31,139,138); }
H1.HeaderClassName
{
color: #1F8B8A;
}
.AnyTagClassName
{
color: #1F8B8A;
}
</style>
background-color css
<style>
a { background-color: #1F8B8A; }
a { background-color: rgb(31,139,138); }
div.DivClassName
{
background-color: #1F8B8A;
}
.BgClassName
{
background-color: #1F8B8A;
}
</style>
border-color css
<style>
span { border-color: #1F8B8A; }
span { border-color: rgb(31,139,138); }
td.TdClassName
{
border-color: #1F8B8A;
}
.TagClassName
{
border-color: #1F8B8A;
}
</style>