Shades of Java #1C8F99
Tints of Java #1C8F99
RGB
CMYK
RGB Variations
Color information
#1C8F99 (or 0x1C8F99) is known color: Java. HEX triplet: 1C, 8F and 99. RGB value is (28,143,153). Sum of RGB (Red+Green+Blue) = 28+143+153=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8F99 is #E37066. Grayscale: #6D6D6D. Windows color (decimal): -14905447 or 10063644. OLE color: 10063644.
HSL color Cylindrical-coordinate representation of color #1C8F99: hue angle of 184.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8F99 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 143 | 153 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.4 |
| HSL | 184.8º | 0.69% | 0.35% | - |
| HSV(B) | 184.8º | 0.82% | 0.6% | - |
| XYZ | 16.05 | 22.19 | 33.57 | - |
| YUV | 109.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 153 | 0.82 | 0.07 | 0 | 0.4 | 184.8 | 0.69 | 0.35 |
| Hex | 1C | 8F | 99 | 52 | 7 | 0 | 28 | B9 | 45 | 23 |
| Octal | 34 | 217 | 231 | 122 | 7 | 0 | 50 | 271 | 105 | 43 |
| Binary | 11100 | 10001111 | 10011001 | 1010010 | 111 | 0 | 101000 | 10111001 | 1000101 | 100011 |
Color Harmonies of #1C8F99
Complementary color
Monochromatic Colors of #1C8F99
Black with #1C8F99
Text Example
Text Example
White with #1C8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F99; }
p { color: rgb(28,143,153); }
H1.HeaderClassName
{
color: #1C8F99;
}
.AnyTagClassName
{
color: #1C8F99;
}
</style>
background-color css
<style>
a { background-color: #1C8F99; }
a { background-color: rgb(28,143,153); }
div.DivClassName
{
background-color: #1C8F99;
}
.BgClassName
{
background-color: #1C8F99;
}
</style>
border-color css
<style>
span { border-color: #1C8F99; }
span { border-color: rgb(28,143,153); }
td.TdClassName
{
border-color: #1C8F99;
}
.TagClassName
{
border-color: #1C8F99;
}
</style>