Shades of Java #1C938A
Tints of Java #1C938A
RGB
CMYK
RGB Variations
Color information
#1C938A (or 0x1C938A) is known color: Java. HEX triplet: 1C, 93 and 8A. RGB value is (28,147,138). Sum of RGB (Red+Green+Blue) = 28+147+138=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #1C938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C938A is #E36C75. Grayscale: #6E6E6E. Windows color (decimal): -14904438 or 9081628. OLE color: 9081628.
HSL color Cylindrical-coordinate representation of color #1C938A: hue angle of 175.46º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C938A is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 138 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.42 |
| HSL | 175.46º | 0.68% | 0.34% | - |
| HSV(B) | 175.46º | 0.81% | 0.58% | - |
| XYZ | 15.5 | 22.95 | 27.66 | - |
| YUV | 110.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 138 | 0.81 | 0 | 0.06 | 0.42 | 175.46 | 0.68 | 0.34 |
| Hex | 1C | 93 | 8A | 51 | 0 | 6 | 2A | AF | 44 | 22 |
| Octal | 34 | 223 | 212 | 121 | 0 | 6 | 52 | 257 | 104 | 42 |
| Binary | 11100 | 10010011 | 10001010 | 1010001 | 0 | 110 | 101010 | 10101111 | 1000100 | 100010 |
Color Harmonies of #1C938A
Complementary color
Monochromatic Colors of #1C938A
Black with #1C938A
Text Example
Text Example
White with #1C938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C938A; }
p { color: rgb(28,147,138); }
H1.HeaderClassName
{
color: #1C938A;
}
.AnyTagClassName
{
color: #1C938A;
}
</style>
background-color css
<style>
a { background-color: #1C938A; }
a { background-color: rgb(28,147,138); }
div.DivClassName
{
background-color: #1C938A;
}
.BgClassName
{
background-color: #1C938A;
}
</style>
border-color css
<style>
span { border-color: #1C938A; }
span { border-color: rgb(28,147,138); }
td.TdClassName
{
border-color: #1C938A;
}
.TagClassName
{
border-color: #1C938A;
}
</style>