Shades of Java #3BA6A2
Tints of Java #3BA6A2
RGB
CMYK
RGB Variations
Color information
#3BA6A2 (or 0x3BA6A2) is known color: Java. HEX triplet: 3B, A6 and A2. RGB value is (59,166,162). Sum of RGB (Red+Green+Blue) = 59+166+162=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA6A2 is #C4595D. Grayscale: #858585. Windows color (decimal): -12867934 or 10659387. OLE color: 10659387.
HSL color Cylindrical-coordinate representation of color #3BA6A2: hue angle of 177.76º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA6A2 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 162 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.35 |
| HSL | 177.76º | 0.48% | 0.44% | - |
| HSV(B) | 177.76º | 0.64% | 0.65% | - |
| XYZ | 21.96 | 30.81 | 38.97 | - |
| YUV | 133.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 162 | 0.64 | 0 | 0.02 | 0.35 | 177.76 | 0.48 | 0.44 |
| Hex | 3B | A6 | A2 | 40 | 0 | 2 | 23 | B2 | 30 | 2C |
| Octal | 73 | 246 | 242 | 100 | 0 | 2 | 43 | 262 | 60 | 54 |
| Binary | 111011 | 10100110 | 10100010 | 1000000 | 0 | 10 | 100011 | 10110010 | 110000 | 101100 |
Color Harmonies of #3BA6A2
Complementary color
Monochromatic Colors of #3BA6A2
Black with #3BA6A2
Text Example
Text Example
White with #3BA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6A2; }
p { color: rgb(59,166,162); }
H1.HeaderClassName
{
color: #3BA6A2;
}
.AnyTagClassName
{
color: #3BA6A2;
}
</style>
background-color css
<style>
a { background-color: #3BA6A2; }
a { background-color: rgb(59,166,162); }
div.DivClassName
{
background-color: #3BA6A2;
}
.BgClassName
{
background-color: #3BA6A2;
}
</style>
border-color css
<style>
span { border-color: #3BA6A2; }
span { border-color: rgb(59,166,162); }
td.TdClassName
{
border-color: #3BA6A2;
}
.TagClassName
{
border-color: #3BA6A2;
}
</style>