Shades of Java #239A9B
Tints of Java #239A9B
RGB
CMYK
RGB Variations
Color information
#239A9B (or 0x239A9B) is known color: Java. HEX triplet: 23, 9A and 9B. RGB value is (35,154,155). Sum of RGB (Red+Green+Blue) = 35+154+155=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #239A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A9B is #DC6564. Grayscale: #767676. Windows color (decimal): -14443877 or 10197539. OLE color: 10197539.
HSL color Cylindrical-coordinate representation of color #239A9B: hue angle of 180.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A9B is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 154 | 155 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.39 |
| HSL | 180.5º | 0.63% | 0.37% | - |
| HSV(B) | 180.5º | 0.77% | 0.61% | - |
| XYZ | 18.17 | 25.84 | 35.04 | - |
| YUV | 118.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 155 | 0.77 | 0.01 | 0 | 0.39 | 180.5 | 0.63 | 0.37 |
| Hex | 23 | 9A | 9B | 4D | 1 | 0 | 27 | B4 | 3F | 25 |
| Octal | 43 | 232 | 233 | 115 | 1 | 0 | 47 | 264 | 77 | 45 |
| Binary | 100011 | 10011010 | 10011011 | 1001101 | 1 | 0 | 100111 | 10110100 | 111111 | 100101 |
Color Harmonies of #239A9B
Complementary color
Monochromatic Colors of #239A9B
Black with #239A9B
Text Example
Text Example
White with #239A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A9B; }
p { color: rgb(35,154,155); }
H1.HeaderClassName
{
color: #239A9B;
}
.AnyTagClassName
{
color: #239A9B;
}
</style>
background-color css
<style>
a { background-color: #239A9B; }
a { background-color: rgb(35,154,155); }
div.DivClassName
{
background-color: #239A9B;
}
.BgClassName
{
background-color: #239A9B;
}
</style>
border-color css
<style>
span { border-color: #239A9B; }
span { border-color: rgb(35,154,155); }
td.TdClassName
{
border-color: #239A9B;
}
.TagClassName
{
border-color: #239A9B;
}
</style>