Shades of Java #27938C
Tints of Java #27938C
RGB
CMYK
RGB Variations
Color information
#27938C (or 0x27938C) is known color: Java. HEX triplet: 27, 93 and 8C. RGB value is (39,147,140). Sum of RGB (Red+Green+Blue) = 39+147+140=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #27938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27938C is #D86C73. Grayscale: #717171. Windows color (decimal): -14183540 or 9212711. OLE color: 9212711.
HSL color Cylindrical-coordinate representation of color #27938C: hue angle of 176.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27938C is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 147 | 140 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.42 |
| HSL | 176.11º | 0.58% | 0.36% | - |
| HSV(B) | 176.11º | 0.73% | 0.58% | - |
| XYZ | 16 | 23.19 | 28.44 | - |
| YUV | 113.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 140 | 0.73 | 0 | 0.05 | 0.42 | 176.11 | 0.58 | 0.36 |
| Hex | 27 | 93 | 8C | 49 | 0 | 5 | 2A | B0 | 3A | 24 |
| Octal | 47 | 223 | 214 | 111 | 0 | 5 | 52 | 260 | 72 | 44 |
| Binary | 100111 | 10010011 | 10001100 | 1001001 | 0 | 101 | 101010 | 10110000 | 111010 | 100100 |
Color Harmonies of #27938C
Complementary color
Monochromatic Colors of #27938C
Black with #27938C
Text Example
Text Example
White with #27938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27938C; }
p { color: rgb(39,147,140); }
H1.HeaderClassName
{
color: #27938C;
}
.AnyTagClassName
{
color: #27938C;
}
</style>
background-color css
<style>
a { background-color: #27938C; }
a { background-color: rgb(39,147,140); }
div.DivClassName
{
background-color: #27938C;
}
.BgClassName
{
background-color: #27938C;
}
</style>
border-color css
<style>
span { border-color: #27938C; }
span { border-color: rgb(39,147,140); }
td.TdClassName
{
border-color: #27938C;
}
.TagClassName
{
border-color: #27938C;
}
</style>