Shades of Java #27A098
Tints of Java #27A098
RGB
CMYK
RGB Variations
Color information
#27A098 (or 0x27A098) is known color: Java. HEX triplet: 27, A0 and 98. RGB value is (39,160,152). Sum of RGB (Red+Green+Blue) = 39+160+152=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #27A098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A098 is #D85F67. Grayscale: #7A7A7A. Windows color (decimal): -14180200 or 10002471. OLE color: 10002471.
HSL color Cylindrical-coordinate representation of color #27A098: hue angle of 176.03º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A098 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 160 | 152 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.37 |
| HSL | 176.03º | 0.61% | 0.39% | - |
| HSV(B) | 176.03º | 0.76% | 0.63% | - |
| XYZ | 19.08 | 27.84 | 34.07 | - |
| YUV | 122.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 152 | 0.76 | 0 | 0.05 | 0.37 | 176.03 | 0.61 | 0.39 |
| Hex | 27 | A0 | 98 | 4C | 0 | 5 | 25 | B0 | 3D | 27 |
| Octal | 47 | 240 | 230 | 114 | 0 | 5 | 45 | 260 | 75 | 47 |
| Binary | 100111 | 10100000 | 10011000 | 1001100 | 0 | 101 | 100101 | 10110000 | 111101 | 100111 |
Color Harmonies of #27A098
Complementary color
Monochromatic Colors of #27A098
Black with #27A098
Text Example
Text Example
White with #27A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A098; }
p { color: rgb(39,160,152); }
H1.HeaderClassName
{
color: #27A098;
}
.AnyTagClassName
{
color: #27A098;
}
</style>
background-color css
<style>
a { background-color: #27A098; }
a { background-color: rgb(39,160,152); }
div.DivClassName
{
background-color: #27A098;
}
.BgClassName
{
background-color: #27A098;
}
</style>
border-color css
<style>
span { border-color: #27A098; }
span { border-color: rgb(39,160,152); }
td.TdClassName
{
border-color: #27A098;
}
.TagClassName
{
border-color: #27A098;
}
</style>