Shades of Java #32A5A0
Tints of Java #32A5A0
RGB
CMYK
RGB Variations
Color information
#32A5A0 (or 0x32A5A0) is known color: Java. HEX triplet: 32, A5 and A0. RGB value is (50,165,160). Sum of RGB (Red+Green+Blue) = 50+165+160=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #32A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A5A0 is #CD5A5F. Grayscale: #818181. Windows color (decimal): -13458016 or 10528050. OLE color: 10528050.
HSL color Cylindrical-coordinate representation of color #32A5A0: hue angle of 177.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A5A0 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 160 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.35 |
| HSL | 177.39º | 0.53% | 0.42% | - |
| HSV(B) | 177.39º | 0.7% | 0.65% | - |
| XYZ | 21.12 | 30.13 | 37.96 | - |
| YUV | 130.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 160 | 0.70 | 0 | 0.03 | 0.35 | 177.39 | 0.53 | 0.42 |
| Hex | 32 | A5 | A0 | 46 | 0 | 3 | 23 | B1 | 35 | 2A |
| Octal | 62 | 245 | 240 | 106 | 0 | 3 | 43 | 261 | 65 | 52 |
| Binary | 110010 | 10100101 | 10100000 | 1000110 | 0 | 11 | 100011 | 10110001 | 110101 | 101010 |
Color Harmonies of #32A5A0
Complementary color
Monochromatic Colors of #32A5A0
Black with #32A5A0
Text Example
Text Example
White with #32A5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5A0; }
p { color: rgb(50,165,160); }
H1.HeaderClassName
{
color: #32A5A0;
}
.AnyTagClassName
{
color: #32A5A0;
}
</style>
background-color css
<style>
a { background-color: #32A5A0; }
a { background-color: rgb(50,165,160); }
div.DivClassName
{
background-color: #32A5A0;
}
.BgClassName
{
background-color: #32A5A0;
}
</style>
border-color css
<style>
span { border-color: #32A5A0; }
span { border-color: rgb(50,165,160); }
td.TdClassName
{
border-color: #32A5A0;
}
.TagClassName
{
border-color: #32A5A0;
}
</style>