Shades of Java #1C858A
Tints of Java #1C858A
RGB
CMYK
RGB Variations
Color information
#1C858A (or 0x1C858A) is known color: Java. HEX triplet: 1C, 85 and 8A. RGB value is (28,133,138). Sum of RGB (Red+Green+Blue) = 28+133+138=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C858A is #E37A75. Grayscale: #666666. Windows color (decimal): -14908022 or 9078044. OLE color: 9078044.
HSL color Cylindrical-coordinate representation of color #1C858A: hue angle of 182.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C858A is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 133 | 138 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.46 |
| HSL | 182.73º | 0.66% | 0.33% | - |
| HSV(B) | 182.73º | 0.8% | 0.54% | - |
| XYZ | 13.45 | 18.86 | 26.98 | - |
| YUV | 102.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 138 | 0.80 | 0.04 | 0 | 0.46 | 182.73 | 0.66 | 0.33 |
| Hex | 1C | 85 | 8A | 50 | 4 | 0 | 2E | B7 | 42 | 21 |
| Octal | 34 | 205 | 212 | 120 | 4 | 0 | 56 | 267 | 102 | 41 |
| Binary | 11100 | 10000101 | 10001010 | 1010000 | 100 | 0 | 101110 | 10110111 | 1000010 | 100001 |
Color Harmonies of #1C858A
Complementary color
Monochromatic Colors of #1C858A
Black with #1C858A
Text Example
Text Example
White with #1C858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C858A; }
p { color: rgb(28,133,138); }
H1.HeaderClassName
{
color: #1C858A;
}
.AnyTagClassName
{
color: #1C858A;
}
</style>
background-color css
<style>
a { background-color: #1C858A; }
a { background-color: rgb(28,133,138); }
div.DivClassName
{
background-color: #1C858A;
}
.BgClassName
{
background-color: #1C858A;
}
</style>
border-color css
<style>
span { border-color: #1C858A; }
span { border-color: rgb(28,133,138); }
td.TdClassName
{
border-color: #1C858A;
}
.TagClassName
{
border-color: #1C858A;
}
</style>