Shades of Java #2C9A8F
Tints of Java #2C9A8F
RGB
CMYK
RGB Variations
Color information
#2C9A8F (or 0x2C9A8F) is known color: Java. HEX triplet: 2C, 9A and 8F. RGB value is (44,154,143). Sum of RGB (Red+Green+Blue) = 44+154+143=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #2C9A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9A8F is #D36570. Grayscale: #777777. Windows color (decimal): -13854065 or 9411116. OLE color: 9411116.
HSL color Cylindrical-coordinate representation of color #2C9A8F: hue angle of 174º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9A8F is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 154 | 143 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.40 |
| HSL | 174º | 0.56% | 0.39% | - |
| HSV(B) | 174º | 0.71% | 0.6% | - |
| XYZ | 17.55 | 25.63 | 30.01 | - |
| YUV | 119.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 143 | 0.71 | 0 | 0.07 | 0.40 | 174 | 0.56 | 0.39 |
| Hex | 2C | 9A | 8F | 47 | 0 | 7 | 28 | AE | 38 | 27 |
| Octal | 54 | 232 | 217 | 107 | 0 | 7 | 50 | 256 | 70 | 47 |
| Binary | 101100 | 10011010 | 10001111 | 1000111 | 0 | 111 | 101000 | 10101110 | 111000 | 100111 |
Color Harmonies of #2C9A8F
Complementary color
Monochromatic Colors of #2C9A8F
Black with #2C9A8F
Text Example
Text Example
White with #2C9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9A8F; }
p { color: rgb(44,154,143); }
H1.HeaderClassName
{
color: #2C9A8F;
}
.AnyTagClassName
{
color: #2C9A8F;
}
</style>
background-color css
<style>
a { background-color: #2C9A8F; }
a { background-color: rgb(44,154,143); }
div.DivClassName
{
background-color: #2C9A8F;
}
.BgClassName
{
background-color: #2C9A8F;
}
</style>
border-color css
<style>
span { border-color: #2C9A8F; }
span { border-color: rgb(44,154,143); }
td.TdClassName
{
border-color: #2C9A8F;
}
.TagClassName
{
border-color: #2C9A8F;
}
</style>