Shades of Java #27908A
Tints of Java #27908A
RGB
CMYK
RGB Variations
Color information
#27908A (or 0x27908A) is known color: Java. HEX triplet: 27, 90 and 8A. RGB value is (39,144,138). Sum of RGB (Red+Green+Blue) = 39+144+138=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #27908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27908A is #D86F75. Grayscale: #6F6F6F. Windows color (decimal): -14184310 or 9080871. OLE color: 9080871.
HSL color Cylindrical-coordinate representation of color #27908A: hue angle of 176.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27908A is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 138 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.44 |
| HSL | 176.57º | 0.57% | 0.36% | - |
| HSV(B) | 176.57º | 0.73% | 0.56% | - |
| XYZ | 15.4 | 22.21 | 27.52 | - |
| YUV | 111.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 138 | 0.73 | 0 | 0.04 | 0.44 | 176.57 | 0.57 | 0.36 |
| Hex | 27 | 90 | 8A | 49 | 0 | 4 | 2C | B1 | 39 | 24 |
| Octal | 47 | 220 | 212 | 111 | 0 | 4 | 54 | 261 | 71 | 44 |
| Binary | 100111 | 10010000 | 10001010 | 1001001 | 0 | 100 | 101100 | 10110001 | 111001 | 100100 |
Color Harmonies of #27908A
Complementary color
Monochromatic Colors of #27908A
Black with #27908A
Text Example
Text Example
White with #27908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27908A; }
p { color: rgb(39,144,138); }
H1.HeaderClassName
{
color: #27908A;
}
.AnyTagClassName
{
color: #27908A;
}
</style>
background-color css
<style>
a { background-color: #27908A; }
a { background-color: rgb(39,144,138); }
div.DivClassName
{
background-color: #27908A;
}
.BgClassName
{
background-color: #27908A;
}
</style>
border-color css
<style>
span { border-color: #27908A; }
span { border-color: rgb(39,144,138); }
td.TdClassName
{
border-color: #27908A;
}
.TagClassName
{
border-color: #27908A;
}
</style>