Shades of Java #1F9C9A
Tints of Java #1F9C9A
RGB
CMYK
RGB Variations
Color information
#1F9C9A (or 0x1F9C9A) is known color: Java. HEX triplet: 1F, 9C and 9A. RGB value is (31,156,154). Sum of RGB (Red+Green+Blue) = 31+156+154=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C9A is #E06365. Grayscale: #767676. Windows color (decimal): -14705510 or 10132511. OLE color: 10132511.
HSL color Cylindrical-coordinate representation of color #1F9C9A: hue angle of 179.04º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C9A is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 154 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.39 |
| HSL | 179.04º | 0.67% | 0.37% | - |
| HSV(B) | 179.04º | 0.8% | 0.61% | - |
| XYZ | 18.29 | 26.4 | 34.7 | - |
| YUV | 118.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 154 | 0.80 | 0 | 0.01 | 0.39 | 179.04 | 0.67 | 0.37 |
| Hex | 1F | 9C | 9A | 50 | 0 | 1 | 27 | B3 | 43 | 25 |
| Octal | 37 | 234 | 232 | 120 | 0 | 1 | 47 | 263 | 103 | 45 |
| Binary | 11111 | 10011100 | 10011010 | 1010000 | 0 | 1 | 100111 | 10110011 | 1000011 | 100101 |
Color Harmonies of #1F9C9A
Complementary color
Monochromatic Colors of #1F9C9A
Black with #1F9C9A
Text Example
Text Example
White with #1F9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C9A; }
p { color: rgb(31,156,154); }
H1.HeaderClassName
{
color: #1F9C9A;
}
.AnyTagClassName
{
color: #1F9C9A;
}
</style>
background-color css
<style>
a { background-color: #1F9C9A; }
a { background-color: rgb(31,156,154); }
div.DivClassName
{
background-color: #1F9C9A;
}
.BgClassName
{
background-color: #1F9C9A;
}
</style>
border-color css
<style>
span { border-color: #1F9C9A; }
span { border-color: rgb(31,156,154); }
td.TdClassName
{
border-color: #1F9C9A;
}
.TagClassName
{
border-color: #1F9C9A;
}
</style>