Shades of Java #33A6A1
Tints of Java #33A6A1
RGB
CMYK
RGB Variations
Color information
#33A6A1 (or 0x33A6A1) is known color: Java. HEX triplet: 33, A6 and A1. RGB value is (51,166,161). Sum of RGB (Red+Green+Blue) = 51+166+161=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #33A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A6A1 is #CC595E. Grayscale: #828282. Windows color (decimal): -13392223 or 10593843. OLE color: 10593843.
HSL color Cylindrical-coordinate representation of color #33A6A1: hue angle of 177.39º 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 #33A6A1 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 161 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.35 |
| HSL | 177.39º | 0.53% | 0.43% | - |
| HSV(B) | 177.39º | 0.69% | 0.65% | - |
| XYZ | 21.43 | 30.55 | 38.49 | - |
| YUV | 131.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 161 | 0.69 | 0 | 0.03 | 0.35 | 177.39 | 0.53 | 0.43 |
| Hex | 33 | A6 | A1 | 45 | 0 | 3 | 23 | B1 | 35 | 2B |
| Octal | 63 | 246 | 241 | 105 | 0 | 3 | 43 | 261 | 65 | 53 |
| Binary | 110011 | 10100110 | 10100001 | 1000101 | 0 | 11 | 100011 | 10110001 | 110101 | 101011 |
Color Harmonies of #33A6A1
Complementary color
Monochromatic Colors of #33A6A1
Black with #33A6A1
Text Example
Text Example
White with #33A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A6A1; }
p { color: rgb(51,166,161); }
H1.HeaderClassName
{
color: #33A6A1;
}
.AnyTagClassName
{
color: #33A6A1;
}
</style>
background-color css
<style>
a { background-color: #33A6A1; }
a { background-color: rgb(51,166,161); }
div.DivClassName
{
background-color: #33A6A1;
}
.BgClassName
{
background-color: #33A6A1;
}
</style>
border-color css
<style>
span { border-color: #33A6A1; }
span { border-color: rgb(51,166,161); }
td.TdClassName
{
border-color: #33A6A1;
}
.TagClassName
{
border-color: #33A6A1;
}
</style>