Shades of Java #239A9F
Tints of Java #239A9F
RGB
CMYK
RGB Variations
Color information
#239A9F (or 0x239A9F) is known color: Java. HEX triplet: 23, 9A and 9F. RGB value is (35,154,159). Sum of RGB (Red+Green+Blue) = 35+154+159=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #239A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A9F is #DC6560. Grayscale: #767676. Windows color (decimal): -14443873 or 10459683. OLE color: 10459683.
HSL color Cylindrical-coordinate representation of color #239A9F: hue angle of 182.42º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239A9F is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 154 | 159 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.38 |
| HSL | 182.42º | 0.64% | 0.38% | - |
| HSV(B) | 182.42º | 0.78% | 0.62% | - |
| XYZ | 18.51 | 25.97 | 36.84 | - |
| YUV | 118.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 159 | 0.78 | 0.03 | 0 | 0.38 | 182.42 | 0.64 | 0.38 |
| Hex | 23 | 9A | 9F | 4E | 3 | 0 | 26 | B6 | 40 | 26 |
| Octal | 43 | 232 | 237 | 116 | 3 | 0 | 46 | 266 | 100 | 46 |
| Binary | 100011 | 10011010 | 10011111 | 1001110 | 11 | 0 | 100110 | 10110110 | 1000000 | 100110 |
Color Harmonies of #239A9F
Complementary color
Monochromatic Colors of #239A9F
Black with #239A9F
Text Example
Text Example
White with #239A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A9F; }
p { color: rgb(35,154,159); }
H1.HeaderClassName
{
color: #239A9F;
}
.AnyTagClassName
{
color: #239A9F;
}
</style>
background-color css
<style>
a { background-color: #239A9F; }
a { background-color: rgb(35,154,159); }
div.DivClassName
{
background-color: #239A9F;
}
.BgClassName
{
background-color: #239A9F;
}
</style>
border-color css
<style>
span { border-color: #239A9F; }
span { border-color: rgb(35,154,159); }
td.TdClassName
{
border-color: #239A9F;
}
.TagClassName
{
border-color: #239A9F;
}
</style>