Shades of Java #239C91
Tints of Java #239C91
RGB
CMYK
RGB Variations
Color information
#239C91 (or 0x239C91) is known color: Java. HEX triplet: 23, 9C and 91. RGB value is (35,156,145). Sum of RGB (Red+Green+Blue) = 35+156+145=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #239C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239C91 is #DC636E. Grayscale: #767676. Windows color (decimal): -14443375 or 9542691. OLE color: 9542691.
HSL color Cylindrical-coordinate representation of color #239C91: hue angle of 174.55º 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 #239C91 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 145 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.39 |
| HSL | 174.55º | 0.63% | 0.37% | - |
| HSV(B) | 174.55º | 0.78% | 0.61% | - |
| XYZ | 17.69 | 26.18 | 30.91 | - |
| YUV | 118.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 145 | 0.78 | 0 | 0.07 | 0.39 | 174.55 | 0.63 | 0.37 |
| Hex | 23 | 9C | 91 | 4E | 0 | 7 | 27 | AF | 3F | 25 |
| Octal | 43 | 234 | 221 | 116 | 0 | 7 | 47 | 257 | 77 | 45 |
| Binary | 100011 | 10011100 | 10010001 | 1001110 | 0 | 111 | 100111 | 10101111 | 111111 | 100101 |
Color Harmonies of #239C91
Complementary color
Monochromatic Colors of #239C91
Black with #239C91
Text Example
Text Example
White with #239C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C91; }
p { color: rgb(35,156,145); }
H1.HeaderClassName
{
color: #239C91;
}
.AnyTagClassName
{
color: #239C91;
}
</style>
background-color css
<style>
a { background-color: #239C91; }
a { background-color: rgb(35,156,145); }
div.DivClassName
{
background-color: #239C91;
}
.BgClassName
{
background-color: #239C91;
}
</style>
border-color css
<style>
span { border-color: #239C91; }
span { border-color: rgb(35,156,145); }
td.TdClassName
{
border-color: #239C91;
}
.TagClassName
{
border-color: #239C91;
}
</style>