Shades of Java #239A98
Tints of Java #239A98
RGB
CMYK
RGB Variations
Color information
#239A98 (or 0x239A98) is known color: Java. HEX triplet: 23, 9A and 98. RGB value is (35,154,152). Sum of RGB (Red+Green+Blue) = 35+154+152=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #239A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A98 is #DC6567. Grayscale: #767676. Windows color (decimal): -14443880 or 10000931. OLE color: 10000931.
HSL color Cylindrical-coordinate representation of color #239A98: hue angle of 178.99º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A98 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 152 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.40 |
| HSL | 178.99º | 0.63% | 0.37% | - |
| HSV(B) | 178.99º | 0.77% | 0.6% | - |
| XYZ | 17.92 | 25.74 | 33.73 | - |
| YUV | 118.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 152 | 0.77 | 0 | 0.01 | 0.40 | 178.99 | 0.63 | 0.37 |
| Hex | 23 | 9A | 98 | 4D | 0 | 1 | 28 | B3 | 3F | 25 |
| Octal | 43 | 232 | 230 | 115 | 0 | 1 | 50 | 263 | 77 | 45 |
| Binary | 100011 | 10011010 | 10011000 | 1001101 | 0 | 1 | 101000 | 10110011 | 111111 | 100101 |
Color Harmonies of #239A98
Complementary color
Monochromatic Colors of #239A98
Black with #239A98
Text Example
Text Example
White with #239A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A98; }
p { color: rgb(35,154,152); }
H1.HeaderClassName
{
color: #239A98;
}
.AnyTagClassName
{
color: #239A98;
}
</style>
background-color css
<style>
a { background-color: #239A98; }
a { background-color: rgb(35,154,152); }
div.DivClassName
{
background-color: #239A98;
}
.BgClassName
{
background-color: #239A98;
}
</style>
border-color css
<style>
span { border-color: #239A98; }
span { border-color: rgb(35,154,152); }
td.TdClassName
{
border-color: #239A98;
}
.TagClassName
{
border-color: #239A98;
}
</style>