Shades of Java #279F96
Tints of Java #279F96
RGB
CMYK
RGB Variations
Color information
#279F96 (or 0x279F96) is known color: Java. HEX triplet: 27, 9F and 96. RGB value is (39,159,150). Sum of RGB (Red+Green+Blue) = 39+159+150=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #279F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279F96 is #D86069. Grayscale: #7A7A7A. Windows color (decimal): -14180458 or 9871143. OLE color: 9871143.
HSL color Cylindrical-coordinate representation of color #279F96: hue angle of 175.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 #279F96 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 159 | 150 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.38 |
| HSL | 175.5º | 0.61% | 0.39% | - |
| HSV(B) | 175.5º | 0.75% | 0.62% | - |
| XYZ | 18.74 | 27.43 | 33.16 | - |
| YUV | 122.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 150 | 0.75 | 0 | 0.06 | 0.38 | 175.5 | 0.61 | 0.39 |
| Hex | 27 | 9F | 96 | 4B | 0 | 6 | 26 | B0 | 3D | 27 |
| Octal | 47 | 237 | 226 | 113 | 0 | 6 | 46 | 260 | 75 | 47 |
| Binary | 100111 | 10011111 | 10010110 | 1001011 | 0 | 110 | 100110 | 10110000 | 111101 | 100111 |
Color Harmonies of #279F96
Complementary color
Monochromatic Colors of #279F96
Black with #279F96
Text Example
Text Example
White with #279F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279F96; }
p { color: rgb(39,159,150); }
H1.HeaderClassName
{
color: #279F96;
}
.AnyTagClassName
{
color: #279F96;
}
</style>
background-color css
<style>
a { background-color: #279F96; }
a { background-color: rgb(39,159,150); }
div.DivClassName
{
background-color: #279F96;
}
.BgClassName
{
background-color: #279F96;
}
</style>
border-color css
<style>
span { border-color: #279F96; }
span { border-color: rgb(39,159,150); }
td.TdClassName
{
border-color: #279F96;
}
.TagClassName
{
border-color: #279F96;
}
</style>