Shades of Java #1C969C
Tints of Java #1C969C
RGB
CMYK
RGB Variations
Color information
#1C969C (or 0x1C969C) is known color: Java. HEX triplet: 1C, 96 and 9C. RGB value is (28,150,156). Sum of RGB (Red+Green+Blue) = 28+150+156=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C969C is #E36963. Grayscale: #727272. Windows color (decimal): -14903652 or 10262044. OLE color: 10262044.
HSL color Cylindrical-coordinate representation of color #1C969C: hue angle of 182.81º 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 #1C969C is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 150 | 156 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.39 |
| HSL | 182.81º | 0.7% | 0.36% | - |
| HSV(B) | 182.81º | 0.82% | 0.61% | - |
| XYZ | 17.39 | 24.46 | 35.26 | - |
| YUV | 114.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 156 | 0.82 | 0.04 | 0 | 0.39 | 182.81 | 0.7 | 0.36 |
| Hex | 1C | 96 | 9C | 52 | 4 | 0 | 27 | B7 | 46 | 24 |
| Octal | 34 | 226 | 234 | 122 | 4 | 0 | 47 | 267 | 106 | 44 |
| Binary | 11100 | 10010110 | 10011100 | 1010010 | 100 | 0 | 100111 | 10110111 | 1000110 | 100100 |
Color Harmonies of #1C969C
Complementary color
Monochromatic Colors of #1C969C
Black with #1C969C
Text Example
Text Example
White with #1C969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C969C; }
p { color: rgb(28,150,156); }
H1.HeaderClassName
{
color: #1C969C;
}
.AnyTagClassName
{
color: #1C969C;
}
</style>
background-color css
<style>
a { background-color: #1C969C; }
a { background-color: rgb(28,150,156); }
div.DivClassName
{
background-color: #1C969C;
}
.BgClassName
{
background-color: #1C969C;
}
</style>
border-color css
<style>
span { border-color: #1C969C; }
span { border-color: rgb(28,150,156); }
td.TdClassName
{
border-color: #1C969C;
}
.TagClassName
{
border-color: #1C969C;
}
</style>