Shades of Java #1C9C9A
Tints of Java #1C9C9A
RGB
CMYK
RGB Variations
Color information
#1C9C9A (or 0x1C9C9A) is known color: Java. HEX triplet: 1C, 9C and 9A. RGB value is (28,156,154). Sum of RGB (Red+Green+Blue) = 28+156+154=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9C9A is #E36365. Grayscale: #757575. Windows color (decimal): -14902118 or 10132508. OLE color: 10132508.
HSL color Cylindrical-coordinate representation of color #1C9C9A: hue angle of 179.06º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9C9A is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 154 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.39 |
| HSL | 179.06º | 0.7% | 0.36% | - |
| HSV(B) | 179.06º | 0.82% | 0.61% | - |
| XYZ | 18.2 | 26.36 | 34.7 | - |
| YUV | 117.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 154 | 0.82 | 0 | 0.01 | 0.39 | 179.06 | 0.7 | 0.36 |
| Hex | 1C | 9C | 9A | 52 | 0 | 1 | 27 | B3 | 46 | 24 |
| Octal | 34 | 234 | 232 | 122 | 0 | 1 | 47 | 263 | 106 | 44 |
| Binary | 11100 | 10011100 | 10011010 | 1010010 | 0 | 1 | 100111 | 10110011 | 1000110 | 100100 |
Color Harmonies of #1C9C9A
Complementary color
Monochromatic Colors of #1C9C9A
Black with #1C9C9A
Text Example
Text Example
White with #1C9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C9A; }
p { color: rgb(28,156,154); }
H1.HeaderClassName
{
color: #1C9C9A;
}
.AnyTagClassName
{
color: #1C9C9A;
}
</style>
background-color css
<style>
a { background-color: #1C9C9A; }
a { background-color: rgb(28,156,154); }
div.DivClassName
{
background-color: #1C9C9A;
}
.BgClassName
{
background-color: #1C9C9A;
}
</style>
border-color css
<style>
span { border-color: #1C9C9A; }
span { border-color: rgb(28,156,154); }
td.TdClassName
{
border-color: #1C9C9A;
}
.TagClassName
{
border-color: #1C9C9A;
}
</style>