Shades of Java #27999F
Tints of Java #27999F
RGB
CMYK
RGB Variations
Color information
#27999F (or 0x27999F) is known color: Java. HEX triplet: 27, 99 and 9F. RGB value is (39,153,159). Sum of RGB (Red+Green+Blue) = 39+153+159=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #27999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27999F is #D86660. Grayscale: #777777. Windows color (decimal): -14181985 or 10459431. OLE color: 10459431.
HSL color Cylindrical-coordinate representation of color #27999F: hue angle of 183º 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 #27999F is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 153 | 159 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.38 |
| HSL | 183º | 0.61% | 0.39% | - |
| HSV(B) | 183º | 0.75% | 0.62% | - |
| XYZ | 18.49 | 25.72 | 36.79 | - |
| YUV | 119.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 159 | 0.75 | 0.04 | 0 | 0.38 | 183 | 0.61 | 0.39 |
| Hex | 27 | 99 | 9F | 4B | 4 | 0 | 26 | B7 | 3D | 27 |
| Octal | 47 | 231 | 237 | 113 | 4 | 0 | 46 | 267 | 75 | 47 |
| Binary | 100111 | 10011001 | 10011111 | 1001011 | 100 | 0 | 100110 | 10110111 | 111101 | 100111 |
Color Harmonies of #27999F
Complementary color
Monochromatic Colors of #27999F
Black with #27999F
Text Example
Text Example
White with #27999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27999F; }
p { color: rgb(39,153,159); }
H1.HeaderClassName
{
color: #27999F;
}
.AnyTagClassName
{
color: #27999F;
}
</style>
background-color css
<style>
a { background-color: #27999F; }
a { background-color: rgb(39,153,159); }
div.DivClassName
{
background-color: #27999F;
}
.BgClassName
{
background-color: #27999F;
}
</style>
border-color css
<style>
span { border-color: #27999F; }
span { border-color: rgb(39,153,159); }
td.TdClassName
{
border-color: #27999F;
}
.TagClassName
{
border-color: #27999F;
}
</style>