Shades of Java #279C9F
Tints of Java #279C9F
RGB
CMYK
RGB Variations
Color information
#279C9F (or 0x279C9F) is known color: Java. HEX triplet: 27, 9C and 9F. RGB value is (39,156,159). Sum of RGB (Red+Green+Blue) = 39+156+159=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #279C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279C9F is #D86360. Grayscale: #797979. Windows color (decimal): -14181217 or 10460199. OLE color: 10460199.
HSL color Cylindrical-coordinate representation of color #279C9F: hue angle of 181.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 #279C9F is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 156 | 159 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.38 |
| HSL | 181.5º | 0.61% | 0.39% | - |
| HSV(B) | 181.5º | 0.75% | 0.62% | - |
| XYZ | 18.98 | 26.71 | 36.96 | - |
| YUV | 121.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 159 | 0.75 | 0.02 | 0 | 0.38 | 181.5 | 0.61 | 0.39 |
| Hex | 27 | 9C | 9F | 4B | 2 | 0 | 26 | B6 | 3D | 27 |
| Octal | 47 | 234 | 237 | 113 | 2 | 0 | 46 | 266 | 75 | 47 |
| Binary | 100111 | 10011100 | 10011111 | 1001011 | 10 | 0 | 100110 | 10110110 | 111101 | 100111 |
Color Harmonies of #279C9F
Complementary color
Monochromatic Colors of #279C9F
Black with #279C9F
Text Example
Text Example
White with #279C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C9F; }
p { color: rgb(39,156,159); }
H1.HeaderClassName
{
color: #279C9F;
}
.AnyTagClassName
{
color: #279C9F;
}
</style>
background-color css
<style>
a { background-color: #279C9F; }
a { background-color: rgb(39,156,159); }
div.DivClassName
{
background-color: #279C9F;
}
.BgClassName
{
background-color: #279C9F;
}
</style>
border-color css
<style>
span { border-color: #279C9F; }
span { border-color: rgb(39,156,159); }
td.TdClassName
{
border-color: #279C9F;
}
.TagClassName
{
border-color: #279C9F;
}
</style>