Shades of Java #279996
Tints of Java #279996
RGB
CMYK
RGB Variations
Color information
#279996 (or 0x279996) is known color: Java. HEX triplet: 27, 99 and 96. RGB value is (39,153,150). Sum of RGB (Red+Green+Blue) = 39+153+150=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #279996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279996 is #D86669. Grayscale: #767676. Windows color (decimal): -14181994 or 9869607. OLE color: 9869607.
HSL color Cylindrical-coordinate representation of color #279996: hue angle of 178.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279996 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 150 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.4 |
| HSL | 178.42º | 0.59% | 0.38% | - |
| HSV(B) | 178.42º | 0.75% | 0.6% | - |
| XYZ | 17.73 | 25.42 | 32.83 | - |
| YUV | 118.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 150 | 0.75 | 0 | 0.02 | 0.4 | 178.42 | 0.59 | 0.38 |
| Hex | 27 | 99 | 96 | 4B | 0 | 2 | 28 | B2 | 3B | 26 |
| Octal | 47 | 231 | 226 | 113 | 0 | 2 | 50 | 262 | 73 | 46 |
| Binary | 100111 | 10011001 | 10010110 | 1001011 | 0 | 10 | 101000 | 10110010 | 111011 | 100110 |
Color Harmonies of #279996
Complementary color
Monochromatic Colors of #279996
Black with #279996
Text Example
Text Example
White with #279996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279996; }
p { color: rgb(39,153,150); }
H1.HeaderClassName
{
color: #279996;
}
.AnyTagClassName
{
color: #279996;
}
</style>
background-color css
<style>
a { background-color: #279996; }
a { background-color: rgb(39,153,150); }
div.DivClassName
{
background-color: #279996;
}
.BgClassName
{
background-color: #279996;
}
</style>
border-color css
<style>
span { border-color: #279996; }
span { border-color: rgb(39,153,150); }
td.TdClassName
{
border-color: #279996;
}
.TagClassName
{
border-color: #279996;
}
</style>