Shades of Java #279F98
Tints of Java #279F98
RGB
CMYK
RGB Variations
Color information
#279F98 (or 0x279F98) is known color: Java. HEX triplet: 27, 9F and 98. RGB value is (39,159,152). Sum of RGB (Red+Green+Blue) = 39+159+152=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #279F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279F98 is #D86067. Grayscale: #7A7A7A. Windows color (decimal): -14180456 or 10002215. OLE color: 10002215.
HSL color Cylindrical-coordinate representation of color #279F98: hue angle of 176.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F98 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 159 | 152 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.38 |
| HSL | 176.5º | 0.61% | 0.39% | - |
| HSV(B) | 176.5º | 0.75% | 0.62% | - |
| XYZ | 18.9 | 27.49 | 34.02 | - |
| YUV | 122.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 152 | 0.75 | 0 | 0.04 | 0.38 | 176.5 | 0.61 | 0.39 |
| Hex | 27 | 9F | 98 | 4B | 0 | 4 | 26 | B0 | 3D | 27 |
| Octal | 47 | 237 | 230 | 113 | 0 | 4 | 46 | 260 | 75 | 47 |
| Binary | 100111 | 10011111 | 10011000 | 1001011 | 0 | 100 | 100110 | 10110000 | 111101 | 100111 |
Color Harmonies of #279F98
Complementary color
Monochromatic Colors of #279F98
Black with #279F98
Text Example
Text Example
White with #279F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279F98; }
p { color: rgb(39,159,152); }
H1.HeaderClassName
{
color: #279F98;
}
.AnyTagClassName
{
color: #279F98;
}
</style>
background-color css
<style>
a { background-color: #279F98; }
a { background-color: rgb(39,159,152); }
div.DivClassName
{
background-color: #279F98;
}
.BgClassName
{
background-color: #279F98;
}
</style>
border-color css
<style>
span { border-color: #279F98; }
span { border-color: rgb(39,159,152); }
td.TdClassName
{
border-color: #279F98;
}
.TagClassName
{
border-color: #279F98;
}
</style>