Shades of Java #27988B
Tints of Java #27988B
RGB
CMYK
RGB Variations
Color information
#27988B (or 0x27988B) is known color: Java. HEX triplet: 27, 98 and 8B. RGB value is (39,152,139). Sum of RGB (Red+Green+Blue) = 39+152+139=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #27988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27988B is #D86774. Grayscale: #747474. Windows color (decimal): -14182261 or 9148455. OLE color: 9148455.
HSL color Cylindrical-coordinate representation of color #27988B: hue angle of 173.1º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27988B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 139 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.40 |
| HSL | 173.1º | 0.59% | 0.37% | - |
| HSV(B) | 173.1º | 0.74% | 0.6% | - |
| XYZ | 16.73 | 24.75 | 28.32 | - |
| YUV | 116.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 139 | 0.74 | 0 | 0.09 | 0.40 | 173.1 | 0.59 | 0.37 |
| Hex | 27 | 98 | 8B | 4A | 0 | 9 | 28 | AD | 3B | 25 |
| Octal | 47 | 230 | 213 | 112 | 0 | 11 | 50 | 255 | 73 | 45 |
| Binary | 100111 | 10011000 | 10001011 | 1001010 | 0 | 1001 | 101000 | 10101101 | 111011 | 100101 |
Color Harmonies of #27988B
Complementary color
Monochromatic Colors of #27988B
Black with #27988B
Text Example
Text Example
White with #27988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27988B; }
p { color: rgb(39,152,139); }
H1.HeaderClassName
{
color: #27988B;
}
.AnyTagClassName
{
color: #27988B;
}
</style>
background-color css
<style>
a { background-color: #27988B; }
a { background-color: rgb(39,152,139); }
div.DivClassName
{
background-color: #27988B;
}
.BgClassName
{
background-color: #27988B;
}
</style>
border-color css
<style>
span { border-color: #27988B; }
span { border-color: rgb(39,152,139); }
td.TdClassName
{
border-color: #27988B;
}
.TagClassName
{
border-color: #27988B;
}
</style>