Shades of Java #1C899A
Tints of Java #1C899A
RGB
CMYK
RGB Variations
Color information
#1C899A (or 0x1C899A) is known color: Java. HEX triplet: 1C, 89 and 9A. RGB value is (28,137,154). Sum of RGB (Red+Green+Blue) = 28+137+154=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C899A is #E37665. Grayscale: #6A6A6A. Windows color (decimal): -14906982 or 10127644. OLE color: 10127644.
HSL color Cylindrical-coordinate representation of color #1C899A: hue angle of 188.1º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C899A is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 137 | 154 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.40 |
| HSL | 188.1º | 0.69% | 0.36% | - |
| HSV(B) | 188.1º | 0.82% | 0.6% | - |
| XYZ | 15.26 | 20.47 | 33.72 | - |
| YUV | 106.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 154 | 0.82 | 0.11 | 0 | 0.40 | 188.1 | 0.69 | 0.36 |
| Hex | 1C | 89 | 9A | 52 | B | 0 | 28 | BC | 45 | 24 |
| Octal | 34 | 211 | 232 | 122 | 13 | 0 | 50 | 274 | 105 | 44 |
| Binary | 11100 | 10001001 | 10011010 | 1010010 | 1011 | 0 | 101000 | 10111100 | 1000101 | 100100 |
Color Harmonies of #1C899A
Complementary color
Monochromatic Colors of #1C899A
Black with #1C899A
Text Example
Text Example
White with #1C899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C899A; }
p { color: rgb(28,137,154); }
H1.HeaderClassName
{
color: #1C899A;
}
.AnyTagClassName
{
color: #1C899A;
}
</style>
background-color css
<style>
a { background-color: #1C899A; }
a { background-color: rgb(28,137,154); }
div.DivClassName
{
background-color: #1C899A;
}
.BgClassName
{
background-color: #1C899A;
}
</style>
border-color css
<style>
span { border-color: #1C899A; }
span { border-color: rgb(28,137,154); }
td.TdClassName
{
border-color: #1C899A;
}
.TagClassName
{
border-color: #1C899A;
}
</style>