Shades of Java #279D90
Tints of Java #279D90
RGB
CMYK
RGB Variations
Color information
#279D90 (or 0x279D90) is known color: Java. HEX triplet: 27, 9D and 90. RGB value is (39,157,144). Sum of RGB (Red+Green+Blue) = 39+157+144=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #279D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279D90 is #D8626F. Grayscale: #787878. Windows color (decimal): -14180976 or 9477415. OLE color: 9477415.
HSL color Cylindrical-coordinate representation of color #279D90: hue angle of 173.39º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279D90 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 157 | 144 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.38 |
| HSL | 173.39º | 0.6% | 0.38% | - |
| HSV(B) | 173.39º | 0.75% | 0.62% | - |
| XYZ | 17.93 | 26.56 | 30.57 | - |
| YUV | 120.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 144 | 0.75 | 0 | 0.08 | 0.38 | 173.39 | 0.6 | 0.38 |
| Hex | 27 | 9D | 90 | 4B | 0 | 8 | 26 | AD | 3C | 26 |
| Octal | 47 | 235 | 220 | 113 | 0 | 10 | 46 | 255 | 74 | 46 |
| Binary | 100111 | 10011101 | 10010000 | 1001011 | 0 | 1000 | 100110 | 10101101 | 111100 | 100110 |
Color Harmonies of #279D90
Complementary color
Monochromatic Colors of #279D90
Black with #279D90
Text Example
Text Example
White with #279D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279D90; }
p { color: rgb(39,157,144); }
H1.HeaderClassName
{
color: #279D90;
}
.AnyTagClassName
{
color: #279D90;
}
</style>
background-color css
<style>
a { background-color: #279D90; }
a { background-color: rgb(39,157,144); }
div.DivClassName
{
background-color: #279D90;
}
.BgClassName
{
background-color: #279D90;
}
</style>
border-color css
<style>
span { border-color: #279D90; }
span { border-color: rgb(39,157,144); }
td.TdClassName
{
border-color: #279D90;
}
.TagClassName
{
border-color: #279D90;
}
</style>