Shades of Java #33A095
Tints of Java #33A095
RGB
CMYK
RGB Variations
Color information
#33A095 (or 0x33A095) is known color: Java. HEX triplet: 33, A0 and 95. RGB value is (51,160,149). Sum of RGB (Red+Green+Blue) = 51+160+149=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #33A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A095 is #CC5F6A. Grayscale: #7E7E7E. Windows color (decimal): -13393771 or 9805875. OLE color: 9805875.
HSL color Cylindrical-coordinate representation of color #33A095: hue angle of 173.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A095 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 149 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.37 |
| HSL | 173.95º | 0.52% | 0.41% | - |
| HSV(B) | 173.95º | 0.68% | 0.63% | - |
| XYZ | 19.36 | 28.02 | 32.82 | - |
| YUV | 126.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 149 | 0.68 | 0 | 0.07 | 0.37 | 173.95 | 0.52 | 0.41 |
| Hex | 33 | A0 | 95 | 44 | 0 | 7 | 25 | AE | 34 | 29 |
| Octal | 63 | 240 | 225 | 104 | 0 | 7 | 45 | 256 | 64 | 51 |
| Binary | 110011 | 10100000 | 10010101 | 1000100 | 0 | 111 | 100101 | 10101110 | 110100 | 101001 |
Color Harmonies of #33A095
Complementary color
Monochromatic Colors of #33A095
Black with #33A095
Text Example
Text Example
White with #33A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A095; }
p { color: rgb(51,160,149); }
H1.HeaderClassName
{
color: #33A095;
}
.AnyTagClassName
{
color: #33A095;
}
</style>
background-color css
<style>
a { background-color: #33A095; }
a { background-color: rgb(51,160,149); }
div.DivClassName
{
background-color: #33A095;
}
.BgClassName
{
background-color: #33A095;
}
</style>
border-color css
<style>
span { border-color: #33A095; }
span { border-color: rgb(51,160,149); }
td.TdClassName
{
border-color: #33A095;
}
.TagClassName
{
border-color: #33A095;
}
</style>