Shades of Java #27998A
Tints of Java #27998A
RGB
CMYK
RGB Variations
Color information
#27998A (or 0x27998A) is known color: Java. HEX triplet: 27, 99 and 8A. RGB value is (39,153,138). Sum of RGB (Red+Green+Blue) = 39+153+138=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #27998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27998A is #D86675. Grayscale: #757575. Windows color (decimal): -14182006 or 9083175. OLE color: 9083175.
HSL color Cylindrical-coordinate representation of color #27998A: hue angle of 172.11º 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 #27998A is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 138 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.4 |
| HSL | 172.11º | 0.59% | 0.38% | - |
| HSV(B) | 172.11º | 0.75% | 0.6% | - |
| XYZ | 16.82 | 25.05 | 27.99 | - |
| YUV | 117.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 138 | 0.75 | 0 | 0.10 | 0.4 | 172.11 | 0.59 | 0.38 |
| Hex | 27 | 99 | 8A | 4B | 0 | A | 28 | AC | 3B | 26 |
| Octal | 47 | 231 | 212 | 113 | 0 | 12 | 50 | 254 | 73 | 46 |
| Binary | 100111 | 10011001 | 10001010 | 1001011 | 0 | 1010 | 101000 | 10101100 | 111011 | 100110 |
Color Harmonies of #27998A
Complementary color
Monochromatic Colors of #27998A
Black with #27998A
Text Example
Text Example
White with #27998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27998A; }
p { color: rgb(39,153,138); }
H1.HeaderClassName
{
color: #27998A;
}
.AnyTagClassName
{
color: #27998A;
}
</style>
background-color css
<style>
a { background-color: #27998A; }
a { background-color: rgb(39,153,138); }
div.DivClassName
{
background-color: #27998A;
}
.BgClassName
{
background-color: #27998A;
}
</style>
border-color css
<style>
span { border-color: #27998A; }
span { border-color: rgb(39,153,138); }
td.TdClassName
{
border-color: #27998A;
}
.TagClassName
{
border-color: #27998A;
}
</style>