Shades of Java #2A969C
Tints of Java #2A969C
RGB
CMYK
RGB Variations
Color information
#2A969C (or 0x2A969C) is known color: Java. HEX triplet: 2A, 96 and 9C. RGB value is (42,150,156). Sum of RGB (Red+Green+Blue) = 42+150+156=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A969C is #D56963. Grayscale: #767676. Windows color (decimal): -13986148 or 10262058. OLE color: 10262058.
HSL color Cylindrical-coordinate representation of color #2A969C: hue angle of 183.16º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A969C is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 150 | 156 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.39 |
| HSL | 183.16º | 0.58% | 0.39% | - |
| HSV(B) | 183.16º | 0.73% | 0.61% | - |
| XYZ | 17.86 | 24.71 | 35.28 | - |
| YUV | 118.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 156 | 0.73 | 0.04 | 0 | 0.39 | 183.16 | 0.58 | 0.39 |
| Hex | 2A | 96 | 9C | 49 | 4 | 0 | 27 | B7 | 3A | 27 |
| Octal | 52 | 226 | 234 | 111 | 4 | 0 | 47 | 267 | 72 | 47 |
| Binary | 101010 | 10010110 | 10011100 | 1001001 | 100 | 0 | 100111 | 10110111 | 111010 | 100111 |
Color Harmonies of #2A969C
Complementary color
Monochromatic Colors of #2A969C
Black with #2A969C
Text Example
Text Example
White with #2A969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A969C; }
p { color: rgb(42,150,156); }
H1.HeaderClassName
{
color: #2A969C;
}
.AnyTagClassName
{
color: #2A969C;
}
</style>
background-color css
<style>
a { background-color: #2A969C; }
a { background-color: rgb(42,150,156); }
div.DivClassName
{
background-color: #2A969C;
}
.BgClassName
{
background-color: #2A969C;
}
</style>
border-color css
<style>
span { border-color: #2A969C; }
span { border-color: rgb(42,150,156); }
td.TdClassName
{
border-color: #2A969C;
}
.TagClassName
{
border-color: #2A969C;
}
</style>