Shades of Java #1C9E9A
Tints of Java #1C9E9A
RGB
CMYK
RGB Variations
Color information
#1C9E9A (or 0x1C9E9A) is known color: Java. HEX triplet: 1C, 9E and 9A. RGB value is (28,158,154). Sum of RGB (Red+Green+Blue) = 28+158+154=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #1C9E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9E9A is #E36165. Grayscale: #767676. Windows color (decimal): -14901606 or 10133020. OLE color: 10133020.
HSL color Cylindrical-coordinate representation of color #1C9E9A: hue angle of 178.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9E9A is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 158 | 154 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.38 |
| HSL | 178.15º | 0.7% | 0.36% | - |
| HSV(B) | 178.15º | 0.82% | 0.62% | - |
| XYZ | 18.54 | 27.03 | 34.81 | - |
| YUV | 118.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 154 | 0.82 | 0 | 0.03 | 0.38 | 178.15 | 0.7 | 0.36 |
| Hex | 1C | 9E | 9A | 52 | 0 | 3 | 26 | B2 | 46 | 24 |
| Octal | 34 | 236 | 232 | 122 | 0 | 3 | 46 | 262 | 106 | 44 |
| Binary | 11100 | 10011110 | 10011010 | 1010010 | 0 | 11 | 100110 | 10110010 | 1000110 | 100100 |
Color Harmonies of #1C9E9A
Complementary color
Monochromatic Colors of #1C9E9A
Black with #1C9E9A
Text Example
Text Example
White with #1C9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9E9A; }
p { color: rgb(28,158,154); }
H1.HeaderClassName
{
color: #1C9E9A;
}
.AnyTagClassName
{
color: #1C9E9A;
}
</style>
background-color css
<style>
a { background-color: #1C9E9A; }
a { background-color: rgb(28,158,154); }
div.DivClassName
{
background-color: #1C9E9A;
}
.BgClassName
{
background-color: #1C9E9A;
}
</style>
border-color css
<style>
span { border-color: #1C9E9A; }
span { border-color: rgb(28,158,154); }
td.TdClassName
{
border-color: #1C9E9A;
}
.TagClassName
{
border-color: #1C9E9A;
}
</style>