Shades of Java #239B8C
Tints of Java #239B8C
RGB
CMYK
RGB Variations
Color information
#239B8C (or 0x239B8C) is known color: Java. HEX triplet: 23, 9B and 8C. RGB value is (35,155,140). Sum of RGB (Red+Green+Blue) = 35+155+140=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #239B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B8C is #DC6473. Grayscale: #757575. Windows color (decimal): -14443636 or 9214755. OLE color: 9214755.
HSL color Cylindrical-coordinate representation of color #239B8C: hue angle of 172.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 #239B8C is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 140 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.39 |
| HSL | 172.5º | 0.63% | 0.37% | - |
| HSV(B) | 172.5º | 0.77% | 0.61% | - |
| XYZ | 17.15 | 25.69 | 28.87 | - |
| YUV | 117.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 140 | 0.77 | 0 | 0.10 | 0.39 | 172.5 | 0.63 | 0.37 |
| Hex | 23 | 9B | 8C | 4D | 0 | A | 27 | AC | 3F | 25 |
| Octal | 43 | 233 | 214 | 115 | 0 | 12 | 47 | 254 | 77 | 45 |
| Binary | 100011 | 10011011 | 10001100 | 1001101 | 0 | 1010 | 100111 | 10101100 | 111111 | 100101 |
Color Harmonies of #239B8C
Complementary color
Monochromatic Colors of #239B8C
Black with #239B8C
Text Example
Text Example
White with #239B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B8C; }
p { color: rgb(35,155,140); }
H1.HeaderClassName
{
color: #239B8C;
}
.AnyTagClassName
{
color: #239B8C;
}
</style>
background-color css
<style>
a { background-color: #239B8C; }
a { background-color: rgb(35,155,140); }
div.DivClassName
{
background-color: #239B8C;
}
.BgClassName
{
background-color: #239B8C;
}
</style>
border-color css
<style>
span { border-color: #239B8C; }
span { border-color: rgb(35,155,140); }
td.TdClassName
{
border-color: #239B8C;
}
.TagClassName
{
border-color: #239B8C;
}
</style>