Shades of Java #27A194
Tints of Java #27A194
RGB
CMYK
RGB Variations
Color information
#27A194 (or 0x27A194) is known color: Java. HEX triplet: 27, A1 and 94. RGB value is (39,161,148). Sum of RGB (Red+Green+Blue) = 39+161+148=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #27A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A194 is #D85E6B. Grayscale: #7A7A7A. Windows color (decimal): -14179948 or 9740583. OLE color: 9740583.
HSL color Cylindrical-coordinate representation of color #27A194: hue angle of 173.61º 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 #27A194 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 148 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.37 |
| HSL | 173.61º | 0.61% | 0.39% | - |
| HSV(B) | 173.61º | 0.76% | 0.63% | - |
| XYZ | 18.93 | 28.06 | 32.44 | - |
| YUV | 123.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 148 | 0.76 | 0 | 0.08 | 0.37 | 173.61 | 0.61 | 0.39 |
| Hex | 27 | A1 | 94 | 4C | 0 | 8 | 25 | AE | 3D | 27 |
| Octal | 47 | 241 | 224 | 114 | 0 | 10 | 45 | 256 | 75 | 47 |
| Binary | 100111 | 10100001 | 10010100 | 1001100 | 0 | 1000 | 100101 | 10101110 | 111101 | 100111 |
Color Harmonies of #27A194
Complementary color
Monochromatic Colors of #27A194
Black with #27A194
Text Example
Text Example
White with #27A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A194; }
p { color: rgb(39,161,148); }
H1.HeaderClassName
{
color: #27A194;
}
.AnyTagClassName
{
color: #27A194;
}
</style>
background-color css
<style>
a { background-color: #27A194; }
a { background-color: rgb(39,161,148); }
div.DivClassName
{
background-color: #27A194;
}
.BgClassName
{
background-color: #27A194;
}
</style>
border-color css
<style>
span { border-color: #27A194; }
span { border-color: rgb(39,161,148); }
td.TdClassName
{
border-color: #27A194;
}
.TagClassName
{
border-color: #27A194;
}
</style>