Shades of Java #239A8F
Tints of Java #239A8F
RGB
CMYK
RGB Variations
Color information
#239A8F (or 0x239A8F) is known color: Java. HEX triplet: 23, 9A and 8F. RGB value is (35,154,143). Sum of RGB (Red+Green+Blue) = 35+154+143=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #239A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A8F is #DC6570. Grayscale: #757575. Windows color (decimal): -14443889 or 9411107. OLE color: 9411107.
HSL color Cylindrical-coordinate representation of color #239A8F: hue angle of 174.45º 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 #239A8F is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 143 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.40 |
| HSL | 174.45º | 0.63% | 0.37% | - |
| HSV(B) | 174.45º | 0.77% | 0.6% | - |
| XYZ | 17.21 | 25.45 | 29.99 | - |
| YUV | 117.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 143 | 0.77 | 0 | 0.07 | 0.40 | 174.45 | 0.63 | 0.37 |
| Hex | 23 | 9A | 8F | 4D | 0 | 7 | 28 | AE | 3F | 25 |
| Octal | 43 | 232 | 217 | 115 | 0 | 7 | 50 | 256 | 77 | 45 |
| Binary | 100011 | 10011010 | 10001111 | 1001101 | 0 | 111 | 101000 | 10101110 | 111111 | 100101 |
Color Harmonies of #239A8F
Complementary color
Monochromatic Colors of #239A8F
Black with #239A8F
Text Example
Text Example
White with #239A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A8F; }
p { color: rgb(35,154,143); }
H1.HeaderClassName
{
color: #239A8F;
}
.AnyTagClassName
{
color: #239A8F;
}
</style>
background-color css
<style>
a { background-color: #239A8F; }
a { background-color: rgb(35,154,143); }
div.DivClassName
{
background-color: #239A8F;
}
.BgClassName
{
background-color: #239A8F;
}
</style>
border-color css
<style>
span { border-color: #239A8F; }
span { border-color: rgb(35,154,143); }
td.TdClassName
{
border-color: #239A8F;
}
.TagClassName
{
border-color: #239A8F;
}
</style>