Shades of Java #2CA09C
Tints of Java #2CA09C
RGB
CMYK
RGB Variations
Color information
#2CA09C (or 0x2CA09C) is known color: Java. HEX triplet: 2C, A0 and 9C. RGB value is (44,160,156). Sum of RGB (Red+Green+Blue) = 44+160+156=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA09C is #D35F63. Grayscale: #7C7C7C. Windows color (decimal): -13852516 or 10264620. OLE color: 10264620.
HSL color Cylindrical-coordinate representation of color #2CA09C: hue angle of 177.93º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA09C is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 156 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.37 |
| HSL | 177.93º | 0.57% | 0.4% | - |
| HSV(B) | 177.93º | 0.73% | 0.63% | - |
| XYZ | 19.61 | 28.08 | 35.84 | - |
| YUV | 124.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 156 | 0.72 | 0 | 0.02 | 0.37 | 177.93 | 0.57 | 0.4 |
| Hex | 2C | A0 | 9C | 48 | 0 | 2 | 25 | B2 | 39 | 28 |
| Octal | 54 | 240 | 234 | 110 | 0 | 2 | 45 | 262 | 71 | 50 |
| Binary | 101100 | 10100000 | 10011100 | 1001000 | 0 | 10 | 100101 | 10110010 | 111001 | 101000 |
Color Harmonies of #2CA09C
Complementary color
Monochromatic Colors of #2CA09C
Black with #2CA09C
Text Example
Text Example
White with #2CA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA09C; }
p { color: rgb(44,160,156); }
H1.HeaderClassName
{
color: #2CA09C;
}
.AnyTagClassName
{
color: #2CA09C;
}
</style>
background-color css
<style>
a { background-color: #2CA09C; }
a { background-color: rgb(44,160,156); }
div.DivClassName
{
background-color: #2CA09C;
}
.BgClassName
{
background-color: #2CA09C;
}
</style>
border-color css
<style>
span { border-color: #2CA09C; }
span { border-color: rgb(44,160,156); }
td.TdClassName
{
border-color: #2CA09C;
}
.TagClassName
{
border-color: #2CA09C;
}
</style>