Shades of Java #239C9A
Tints of Java #239C9A
RGB
CMYK
RGB Variations
Color information
#239C9A (or 0x239C9A) is known color: Java. HEX triplet: 23, 9C and 9A. RGB value is (35,156,154). Sum of RGB (Red+Green+Blue) = 35+156+154=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #239C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239C9A is #DC6365. Grayscale: #777777. Windows color (decimal): -14443366 or 10132515. OLE color: 10132515.
HSL color Cylindrical-coordinate representation of color #239C9A: hue angle of 179.01º 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 #239C9A is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 154 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.39 |
| HSL | 179.01º | 0.63% | 0.37% | - |
| HSV(B) | 179.01º | 0.78% | 0.61% | - |
| XYZ | 18.41 | 26.47 | 34.71 | - |
| YUV | 119.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 154 | 0.78 | 0 | 0.01 | 0.39 | 179.01 | 0.63 | 0.37 |
| Hex | 23 | 9C | 9A | 4E | 0 | 1 | 27 | B3 | 3F | 25 |
| Octal | 43 | 234 | 232 | 116 | 0 | 1 | 47 | 263 | 77 | 45 |
| Binary | 100011 | 10011100 | 10011010 | 1001110 | 0 | 1 | 100111 | 10110011 | 111111 | 100101 |
Color Harmonies of #239C9A
Complementary color
Monochromatic Colors of #239C9A
Black with #239C9A
Text Example
Text Example
White with #239C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C9A; }
p { color: rgb(35,156,154); }
H1.HeaderClassName
{
color: #239C9A;
}
.AnyTagClassName
{
color: #239C9A;
}
</style>
background-color css
<style>
a { background-color: #239C9A; }
a { background-color: rgb(35,156,154); }
div.DivClassName
{
background-color: #239C9A;
}
.BgClassName
{
background-color: #239C9A;
}
</style>
border-color css
<style>
span { border-color: #239C9A; }
span { border-color: rgb(35,156,154); }
td.TdClassName
{
border-color: #239C9A;
}
.TagClassName
{
border-color: #239C9A;
}
</style>