Shades of Java #239C8C
Tints of Java #239C8C
RGB
CMYK
RGB Variations
Color information
#239C8C (or 0x239C8C) is known color: Java. HEX triplet: 23, 9C and 8C. RGB value is (35,156,140). Sum of RGB (Red+Green+Blue) = 35+156+140=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #239C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239C8C is #DC6373. Grayscale: #757575. Windows color (decimal): -14443380 or 9215011. OLE color: 9215011.
HSL color Cylindrical-coordinate representation of color #239C8C: hue angle of 172.07º 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 #239C8C is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 140 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.39 |
| HSL | 172.07º | 0.63% | 0.37% | - |
| HSV(B) | 172.07º | 0.78% | 0.61% | - |
| XYZ | 17.32 | 26.03 | 28.92 | - |
| YUV | 118 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 140 | 0.78 | 0 | 0.10 | 0.39 | 172.07 | 0.63 | 0.37 |
| Hex | 23 | 9C | 8C | 4E | 0 | A | 27 | AC | 3F | 25 |
| Octal | 43 | 234 | 214 | 116 | 0 | 12 | 47 | 254 | 77 | 45 |
| Binary | 100011 | 10011100 | 10001100 | 1001110 | 0 | 1010 | 100111 | 10101100 | 111111 | 100101 |
Color Harmonies of #239C8C
Complementary color
Monochromatic Colors of #239C8C
Black with #239C8C
Text Example
Text Example
White with #239C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C8C; }
p { color: rgb(35,156,140); }
H1.HeaderClassName
{
color: #239C8C;
}
.AnyTagClassName
{
color: #239C8C;
}
</style>
background-color css
<style>
a { background-color: #239C8C; }
a { background-color: rgb(35,156,140); }
div.DivClassName
{
background-color: #239C8C;
}
.BgClassName
{
background-color: #239C8C;
}
</style>
border-color css
<style>
span { border-color: #239C8C; }
span { border-color: rgb(35,156,140); }
td.TdClassName
{
border-color: #239C8C;
}
.TagClassName
{
border-color: #239C8C;
}
</style>