Shades of Java #3CA7A2
Tints of Java #3CA7A2
RGB
CMYK
RGB Variations
Color information
#3CA7A2 (or 0x3CA7A2) is known color: Java. HEX triplet: 3C, A7 and A2. RGB value is (60,167,162). Sum of RGB (Red+Green+Blue) = 60+167+162=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA7A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA7A2 is #C3585D. Grayscale: #868686. Windows color (decimal): -12802142 or 10659644. OLE color: 10659644.
HSL color Cylindrical-coordinate representation of color #3CA7A2: hue angle of 177.2º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA7A2 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 162 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.35 |
| HSL | 177.2º | 0.47% | 0.45% | - |
| HSV(B) | 177.2º | 0.64% | 0.65% | - |
| XYZ | 22.2 | 31.21 | 39.04 | - |
| YUV | 134.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 162 | 0.64 | 0 | 0.03 | 0.35 | 177.2 | 0.47 | 0.45 |
| Hex | 3C | A7 | A2 | 40 | 0 | 3 | 23 | B1 | 2F | 2D |
| Octal | 74 | 247 | 242 | 100 | 0 | 3 | 43 | 261 | 57 | 55 |
| Binary | 111100 | 10100111 | 10100010 | 1000000 | 0 | 11 | 100011 | 10110001 | 101111 | 101101 |
Color Harmonies of #3CA7A2
Complementary color
Monochromatic Colors of #3CA7A2
Black with #3CA7A2
Text Example
Text Example
White with #3CA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA7A2; }
p { color: rgb(60,167,162); }
H1.HeaderClassName
{
color: #3CA7A2;
}
.AnyTagClassName
{
color: #3CA7A2;
}
</style>
background-color css
<style>
a { background-color: #3CA7A2; }
a { background-color: rgb(60,167,162); }
div.DivClassName
{
background-color: #3CA7A2;
}
.BgClassName
{
background-color: #3CA7A2;
}
</style>
border-color css
<style>
span { border-color: #3CA7A2; }
span { border-color: rgb(60,167,162); }
td.TdClassName
{
border-color: #3CA7A2;
}
.TagClassName
{
border-color: #3CA7A2;
}
</style>