Shades of Java #239A97
Tints of Java #239A97
RGB
CMYK
RGB Variations
Color information
#239A97 (or 0x239A97) is known color: Java. HEX triplet: 23, 9A and 97. RGB value is (35,154,151). Sum of RGB (Red+Green+Blue) = 35+154+151=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #239A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A97 is #DC6568. Grayscale: #757575. Windows color (decimal): -14443881 or 9935395. OLE color: 9935395.
HSL color Cylindrical-coordinate representation of color #239A97: hue angle of 178.49º 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 #239A97 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 151 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.40 |
| HSL | 178.49º | 0.63% | 0.37% | - |
| HSV(B) | 178.49º | 0.77% | 0.6% | - |
| XYZ | 17.83 | 25.7 | 33.3 | - |
| YUV | 118.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 151 | 0.77 | 0 | 0.02 | 0.40 | 178.49 | 0.63 | 0.37 |
| Hex | 23 | 9A | 97 | 4D | 0 | 2 | 28 | B2 | 3F | 25 |
| Octal | 43 | 232 | 227 | 115 | 0 | 2 | 50 | 262 | 77 | 45 |
| Binary | 100011 | 10011010 | 10010111 | 1001101 | 0 | 10 | 101000 | 10110010 | 111111 | 100101 |
Color Harmonies of #239A97
Complementary color
Monochromatic Colors of #239A97
Black with #239A97
Text Example
Text Example
White with #239A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A97; }
p { color: rgb(35,154,151); }
H1.HeaderClassName
{
color: #239A97;
}
.AnyTagClassName
{
color: #239A97;
}
</style>
background-color css
<style>
a { background-color: #239A97; }
a { background-color: rgb(35,154,151); }
div.DivClassName
{
background-color: #239A97;
}
.BgClassName
{
background-color: #239A97;
}
</style>
border-color css
<style>
span { border-color: #239A97; }
span { border-color: rgb(35,154,151); }
td.TdClassName
{
border-color: #239A97;
}
.TagClassName
{
border-color: #239A97;
}
</style>