Shades of Java #27998F
Tints of Java #27998F
RGB
CMYK
RGB Variations
Color information
#27998F (or 0x27998F) is known color: Java. HEX triplet: 27, 99 and 8F. RGB value is (39,153,143). Sum of RGB (Red+Green+Blue) = 39+153+143=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #27998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27998F is #D86670. Grayscale: #757575. Windows color (decimal): -14182001 or 9410855. OLE color: 9410855.
HSL color Cylindrical-coordinate representation of color #27998F: hue angle of 174.74º 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 #27998F is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 143 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.4 |
| HSL | 174.74º | 0.59% | 0.38% | - |
| HSV(B) | 174.74º | 0.75% | 0.6% | - |
| XYZ | 17.19 | 25.2 | 29.94 | - |
| YUV | 117.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 143 | 0.75 | 0 | 0.07 | 0.4 | 174.74 | 0.59 | 0.38 |
| Hex | 27 | 99 | 8F | 4B | 0 | 7 | 28 | AF | 3B | 26 |
| Octal | 47 | 231 | 217 | 113 | 0 | 7 | 50 | 257 | 73 | 46 |
| Binary | 100111 | 10011001 | 10001111 | 1001011 | 0 | 111 | 101000 | 10101111 | 111011 | 100110 |
Color Harmonies of #27998F
Complementary color
Monochromatic Colors of #27998F
Black with #27998F
Text Example
Text Example
White with #27998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27998F; }
p { color: rgb(39,153,143); }
H1.HeaderClassName
{
color: #27998F;
}
.AnyTagClassName
{
color: #27998F;
}
</style>
background-color css
<style>
a { background-color: #27998F; }
a { background-color: rgb(39,153,143); }
div.DivClassName
{
background-color: #27998F;
}
.BgClassName
{
background-color: #27998F;
}
</style>
border-color css
<style>
span { border-color: #27998F; }
span { border-color: rgb(39,153,143); }
td.TdClassName
{
border-color: #27998F;
}
.TagClassName
{
border-color: #27998F;
}
</style>