Shades of Java #33A6A2
Tints of Java #33A6A2
RGB
CMYK
RGB Variations
Color information
#33A6A2 (or 0x33A6A2) is known color: Java. HEX triplet: 33, A6 and A2. RGB value is (51,166,162). Sum of RGB (Red+Green+Blue) = 51+166+162=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #33A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A6A2 is #CC595D. Grayscale: #838383. Windows color (decimal): -13392222 or 10659379. OLE color: 10659379.
HSL color Cylindrical-coordinate representation of color #33A6A2: hue angle of 177.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A6A2 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 162 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.35 |
| HSL | 177.91º | 0.53% | 0.43% | - |
| HSV(B) | 177.91º | 0.69% | 0.65% | - |
| XYZ | 21.52 | 30.58 | 38.95 | - |
| YUV | 131.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 162 | 0.69 | 0 | 0.02 | 0.35 | 177.91 | 0.53 | 0.43 |
| Hex | 33 | A6 | A2 | 45 | 0 | 2 | 23 | B2 | 35 | 2B |
| Octal | 63 | 246 | 242 | 105 | 0 | 2 | 43 | 262 | 65 | 53 |
| Binary | 110011 | 10100110 | 10100010 | 1000101 | 0 | 10 | 100011 | 10110010 | 110101 | 101011 |
Color Harmonies of #33A6A2
Complementary color
Monochromatic Colors of #33A6A2
Black with #33A6A2
Text Example
Text Example
White with #33A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A6A2; }
p { color: rgb(51,166,162); }
H1.HeaderClassName
{
color: #33A6A2;
}
.AnyTagClassName
{
color: #33A6A2;
}
</style>
background-color css
<style>
a { background-color: #33A6A2; }
a { background-color: rgb(51,166,162); }
div.DivClassName
{
background-color: #33A6A2;
}
.BgClassName
{
background-color: #33A6A2;
}
</style>
border-color css
<style>
span { border-color: #33A6A2; }
span { border-color: rgb(51,166,162); }
td.TdClassName
{
border-color: #33A6A2;
}
.TagClassName
{
border-color: #33A6A2;
}
</style>