Shades of Java #27998C
Tints of Java #27998C
RGB
CMYK
RGB Variations
Color information
#27998C (or 0x27998C) is known color: Java. HEX triplet: 27, 99 and 8C. RGB value is (39,153,140). Sum of RGB (Red+Green+Blue) = 39+153+140=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #27998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27998C is #D86673. Grayscale: #757575. Windows color (decimal): -14182004 or 9214247. OLE color: 9214247.
HSL color Cylindrical-coordinate representation of color #27998C: hue angle of 173.16º 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 #27998C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 140 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.4 |
| HSL | 173.16º | 0.59% | 0.38% | - |
| HSV(B) | 173.16º | 0.75% | 0.6% | - |
| XYZ | 16.96 | 25.11 | 28.76 | - |
| YUV | 117.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 140 | 0.75 | 0 | 0.08 | 0.4 | 173.16 | 0.59 | 0.38 |
| Hex | 27 | 99 | 8C | 4B | 0 | 8 | 28 | AD | 3B | 26 |
| Octal | 47 | 231 | 214 | 113 | 0 | 10 | 50 | 255 | 73 | 46 |
| Binary | 100111 | 10011001 | 10001100 | 1001011 | 0 | 1000 | 101000 | 10101101 | 111011 | 100110 |
Color Harmonies of #27998C
Complementary color
Monochromatic Colors of #27998C
Black with #27998C
Text Example
Text Example
White with #27998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27998C; }
p { color: rgb(39,153,140); }
H1.HeaderClassName
{
color: #27998C;
}
.AnyTagClassName
{
color: #27998C;
}
</style>
background-color css
<style>
a { background-color: #27998C; }
a { background-color: rgb(39,153,140); }
div.DivClassName
{
background-color: #27998C;
}
.BgClassName
{
background-color: #27998C;
}
</style>
border-color css
<style>
span { border-color: #27998C; }
span { border-color: rgb(39,153,140); }
td.TdClassName
{
border-color: #27998C;
}
.TagClassName
{
border-color: #27998C;
}
</style>