Shades of Java #1C948D
Tints of Java #1C948D
RGB
CMYK
RGB Variations
Color information
#1C948D (or 0x1C948D) is known color: Java. HEX triplet: 1C, 94 and 8D. RGB value is (28,148,141). Sum of RGB (Red+Green+Blue) = 28+148+141=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #1C948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C948D is #E36B72. Grayscale: #6F6F6F. Windows color (decimal): -14904179 or 9278492. OLE color: 9278492.
HSL color Cylindrical-coordinate representation of color #1C948D: hue angle of 176.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C948D is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 141 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.42 |
| HSL | 176.5º | 0.68% | 0.35% | - |
| HSV(B) | 176.5º | 0.81% | 0.58% | - |
| XYZ | 15.88 | 23.35 | 28.87 | - |
| YUV | 111.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 141 | 0.81 | 0 | 0.05 | 0.42 | 176.5 | 0.68 | 0.35 |
| Hex | 1C | 94 | 8D | 51 | 0 | 5 | 2A | B0 | 44 | 23 |
| Octal | 34 | 224 | 215 | 121 | 0 | 5 | 52 | 260 | 104 | 43 |
| Binary | 11100 | 10010100 | 10001101 | 1010001 | 0 | 101 | 101010 | 10110000 | 1000100 | 100011 |
Color Harmonies of #1C948D
Complementary color
Monochromatic Colors of #1C948D
Black with #1C948D
Text Example
Text Example
White with #1C948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C948D; }
p { color: rgb(28,148,141); }
H1.HeaderClassName
{
color: #1C948D;
}
.AnyTagClassName
{
color: #1C948D;
}
</style>
background-color css
<style>
a { background-color: #1C948D; }
a { background-color: rgb(28,148,141); }
div.DivClassName
{
background-color: #1C948D;
}
.BgClassName
{
background-color: #1C948D;
}
</style>
border-color css
<style>
span { border-color: #1C948D; }
span { border-color: rgb(28,148,141); }
td.TdClassName
{
border-color: #1C948D;
}
.TagClassName
{
border-color: #1C948D;
}
</style>