Shades of Java #33A39C
Tints of Java #33A39C
RGB
CMYK
RGB Variations
Color information
#33A39C (or 0x33A39C) is known color: Java. HEX triplet: 33, A3 and 9C. RGB value is (51,163,156). Sum of RGB (Red+Green+Blue) = 51+163+156=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #33A39C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A39C is #CC5C63. Grayscale: #808080. Windows color (decimal): -13392996 or 10265395. OLE color: 10265395.
HSL color Cylindrical-coordinate representation of color #33A39C: hue angle of 176.25º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A39C is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 163 | 156 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.36 |
| HSL | 176.25º | 0.52% | 0.42% | - |
| HSV(B) | 176.25º | 0.69% | 0.64% | - |
| XYZ | 20.46 | 29.3 | 36.03 | - |
| YUV | 128.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 163 | 156 | 0.69 | 0 | 0.04 | 0.36 | 176.25 | 0.52 | 0.42 |
| Hex | 33 | A3 | 9C | 45 | 0 | 4 | 24 | B0 | 34 | 2A |
| Octal | 63 | 243 | 234 | 105 | 0 | 4 | 44 | 260 | 64 | 52 |
| Binary | 110011 | 10100011 | 10011100 | 1000101 | 0 | 100 | 100100 | 10110000 | 110100 | 101010 |
Color Harmonies of #33A39C
Complementary color
Monochromatic Colors of #33A39C
Black with #33A39C
Text Example
Text Example
White with #33A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A39C; }
p { color: rgb(51,163,156); }
H1.HeaderClassName
{
color: #33A39C;
}
.AnyTagClassName
{
color: #33A39C;
}
</style>
background-color css
<style>
a { background-color: #33A39C; }
a { background-color: rgb(51,163,156); }
div.DivClassName
{
background-color: #33A39C;
}
.BgClassName
{
background-color: #33A39C;
}
</style>
border-color css
<style>
span { border-color: #33A39C; }
span { border-color: rgb(51,163,156); }
td.TdClassName
{
border-color: #33A39C;
}
.TagClassName
{
border-color: #33A39C;
}
</style>