Shades of Java #239C96
Tints of Java #239C96
RGB
CMYK
RGB Variations
Color information
#239C96 (or 0x239C96) is known color: Java. HEX triplet: 23, 9C and 96. RGB value is (35,156,150). Sum of RGB (Red+Green+Blue) = 35+156+150=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #239C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239C96 is #DC6369. Grayscale: #777777. Windows color (decimal): -14443370 or 9870371. OLE color: 9870371.
HSL color Cylindrical-coordinate representation of color #239C96: hue angle of 177.02º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239C96 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 150 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.39 |
| HSL | 177.02º | 0.63% | 0.37% | - |
| HSV(B) | 177.02º | 0.78% | 0.61% | - |
| XYZ | 18.09 | 26.34 | 32.98 | - |
| YUV | 119.14 | 145.41 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 150 | 0.78 | 0 | 0.04 | 0.39 | 177.02 | 0.63 | 0.37 |
| Hex | 23 | 9C | 96 | 4E | 0 | 4 | 27 | B1 | 3F | 25 |
| Octal | 43 | 234 | 226 | 116 | 0 | 4 | 47 | 261 | 77 | 45 |
| Binary | 100011 | 10011100 | 10010110 | 1001110 | 0 | 100 | 100111 | 10110001 | 111111 | 100101 |
Color Harmonies of #239C96
Complementary color
Monochromatic Colors of #239C96
Black with #239C96
Text Example
Text Example
White with #239C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C96; }
p { color: rgb(35,156,150); }
H1.HeaderClassName
{
color: #239C96;
}
.AnyTagClassName
{
color: #239C96;
}
</style>
background-color css
<style>
a { background-color: #239C96; }
a { background-color: rgb(35,156,150); }
div.DivClassName
{
background-color: #239C96;
}
.BgClassName
{
background-color: #239C96;
}
</style>
border-color css
<style>
span { border-color: #239C96; }
span { border-color: rgb(35,156,150); }
td.TdClassName
{
border-color: #239C96;
}
.TagClassName
{
border-color: #239C96;
}
</style>