Shades of Java #299A8C
Tints of Java #299A8C
RGB
CMYK
RGB Variations
Color information
#299A8C (or 0x299A8C) is known color: Java. HEX triplet: 29, 9A and 8C. RGB value is (41,154,140). Sum of RGB (Red+Green+Blue) = 41+154+140=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #299A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A8C is #D66573. Grayscale: #767676. Windows color (decimal): -14050676 or 9214505. OLE color: 9214505.
HSL color Cylindrical-coordinate representation of color #299A8C: hue angle of 172.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A8C is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 154 | 140 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.40 |
| HSL | 172.57º | 0.58% | 0.38% | - |
| HSV(B) | 172.57º | 0.73% | 0.6% | - |
| XYZ | 17.2 | 25.48 | 28.82 | - |
| YUV | 118.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 140 | 0.73 | 0 | 0.09 | 0.40 | 172.57 | 0.58 | 0.38 |
| Hex | 29 | 9A | 8C | 49 | 0 | 9 | 28 | AD | 3A | 26 |
| Octal | 51 | 232 | 214 | 111 | 0 | 11 | 50 | 255 | 72 | 46 |
| Binary | 101001 | 10011010 | 10001100 | 1001001 | 0 | 1001 | 101000 | 10101101 | 111010 | 100110 |
Color Harmonies of #299A8C
Complementary color
Monochromatic Colors of #299A8C
Black with #299A8C
Text Example
Text Example
White with #299A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299A8C; }
p { color: rgb(41,154,140); }
H1.HeaderClassName
{
color: #299A8C;
}
.AnyTagClassName
{
color: #299A8C;
}
</style>
background-color css
<style>
a { background-color: #299A8C; }
a { background-color: rgb(41,154,140); }
div.DivClassName
{
background-color: #299A8C;
}
.BgClassName
{
background-color: #299A8C;
}
</style>
border-color css
<style>
span { border-color: #299A8C; }
span { border-color: rgb(41,154,140); }
td.TdClassName
{
border-color: #299A8C;
}
.TagClassName
{
border-color: #299A8C;
}
</style>