Shades of Java #239A9C
Tints of Java #239A9C
RGB
CMYK
RGB Variations
Color information
#239A9C (or 0x239A9C) is known color: Java. HEX triplet: 23, 9A and 9C. RGB value is (35,154,156). Sum of RGB (Red+Green+Blue) = 35+154+156=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #239A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A9C is #DC6563. Grayscale: #767676. Windows color (decimal): -14443876 or 10263075. OLE color: 10263075.
HSL color Cylindrical-coordinate representation of color #239A9C: hue angle of 180.99º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239A9C is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 154 | 156 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.39 |
| HSL | 180.99º | 0.63% | 0.37% | - |
| HSV(B) | 180.99º | 0.78% | 0.61% | - |
| XYZ | 18.25 | 25.87 | 35.48 | - |
| YUV | 118.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 156 | 0.78 | 0.01 | 0 | 0.39 | 180.99 | 0.63 | 0.37 |
| Hex | 23 | 9A | 9C | 4E | 1 | 0 | 27 | B5 | 3F | 25 |
| Octal | 43 | 232 | 234 | 116 | 1 | 0 | 47 | 265 | 77 | 45 |
| Binary | 100011 | 10011010 | 10011100 | 1001110 | 1 | 0 | 100111 | 10110101 | 111111 | 100101 |
Color Harmonies of #239A9C
Complementary color
Monochromatic Colors of #239A9C
Black with #239A9C
Text Example
Text Example
White with #239A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A9C; }
p { color: rgb(35,154,156); }
H1.HeaderClassName
{
color: #239A9C;
}
.AnyTagClassName
{
color: #239A9C;
}
</style>
background-color css
<style>
a { background-color: #239A9C; }
a { background-color: rgb(35,154,156); }
div.DivClassName
{
background-color: #239A9C;
}
.BgClassName
{
background-color: #239A9C;
}
</style>
border-color css
<style>
span { border-color: #239A9C; }
span { border-color: rgb(35,154,156); }
td.TdClassName
{
border-color: #239A9C;
}
.TagClassName
{
border-color: #239A9C;
}
</style>