Shades of Java #339A93
Tints of Java #339A93
RGB
CMYK
RGB Variations
Color information
#339A93 (or 0x339A93) is known color: Java. HEX triplet: 33, 9A and 93. RGB value is (51,154,147). Sum of RGB (Red+Green+Blue) = 51+154+147=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #339A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A93 is #CC656C. Grayscale: #7A7A7A. Windows color (decimal): -13395309 or 9673267. OLE color: 9673267.
HSL color Cylindrical-coordinate representation of color #339A93: hue angle of 175.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A93 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 147 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.40 |
| HSL | 175.92º | 0.5% | 0.4% | - |
| HSV(B) | 175.92º | 0.67% | 0.6% | - |
| XYZ | 18.19 | 25.92 | 31.65 | - |
| YUV | 122.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 147 | 0.67 | 0 | 0.05 | 0.40 | 175.92 | 0.5 | 0.4 |
| Hex | 33 | 9A | 93 | 43 | 0 | 5 | 28 | B0 | 32 | 28 |
| Octal | 63 | 232 | 223 | 103 | 0 | 5 | 50 | 260 | 62 | 50 |
| Binary | 110011 | 10011010 | 10010011 | 1000011 | 0 | 101 | 101000 | 10110000 | 110010 | 101000 |
Color Harmonies of #339A93
Complementary color
Monochromatic Colors of #339A93
Black with #339A93
Text Example
Text Example
White with #339A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A93; }
p { color: rgb(51,154,147); }
H1.HeaderClassName
{
color: #339A93;
}
.AnyTagClassName
{
color: #339A93;
}
</style>
background-color css
<style>
a { background-color: #339A93; }
a { background-color: rgb(51,154,147); }
div.DivClassName
{
background-color: #339A93;
}
.BgClassName
{
background-color: #339A93;
}
</style>
border-color css
<style>
span { border-color: #339A93; }
span { border-color: rgb(51,154,147); }
td.TdClassName
{
border-color: #339A93;
}
.TagClassName
{
border-color: #339A93;
}
</style>