Shades of Java #1C8F9A
Tints of Java #1C8F9A
RGB
CMYK
RGB Variations
Color information
#1C8F9A (or 0x1C8F9A) is known color: Java. HEX triplet: 1C, 8F and 9A. RGB value is (28,143,154). Sum of RGB (Red+Green+Blue) = 28+143+154=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C8F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8F9A is #E37065. Grayscale: #6D6D6D. Windows color (decimal): -14905446 or 10129180. OLE color: 10129180.
HSL color Cylindrical-coordinate representation of color #1C8F9A: hue angle of 185.24º 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 #1C8F9A is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 143 | 154 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.40 |
| HSL | 185.24º | 0.69% | 0.36% | - |
| HSV(B) | 185.24º | 0.82% | 0.6% | - |
| XYZ | 16.13 | 22.22 | 34.01 | - |
| YUV | 109.87 | 152.9 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 154 | 0.82 | 0.07 | 0 | 0.40 | 185.24 | 0.69 | 0.36 |
| Hex | 1C | 8F | 9A | 52 | 7 | 0 | 28 | B9 | 45 | 24 |
| Octal | 34 | 217 | 232 | 122 | 7 | 0 | 50 | 271 | 105 | 44 |
| Binary | 11100 | 10001111 | 10011010 | 1010010 | 111 | 0 | 101000 | 10111001 | 1000101 | 100100 |
Color Harmonies of #1C8F9A
Complementary color
Monochromatic Colors of #1C8F9A
Black with #1C8F9A
Text Example
Text Example
White with #1C8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F9A; }
p { color: rgb(28,143,154); }
H1.HeaderClassName
{
color: #1C8F9A;
}
.AnyTagClassName
{
color: #1C8F9A;
}
</style>
background-color css
<style>
a { background-color: #1C8F9A; }
a { background-color: rgb(28,143,154); }
div.DivClassName
{
background-color: #1C8F9A;
}
.BgClassName
{
background-color: #1C8F9A;
}
</style>
border-color css
<style>
span { border-color: #1C8F9A; }
span { border-color: rgb(28,143,154); }
td.TdClassName
{
border-color: #1C8F9A;
}
.TagClassName
{
border-color: #1C8F9A;
}
</style>