Shades of Java #23978E
Tints of Java #23978E
RGB
CMYK
RGB Variations
Color information
#23978E (or 0x23978E) is known color: Java. HEX triplet: 23, 97 and 8E. RGB value is (35,151,142). Sum of RGB (Red+Green+Blue) = 35+151+142=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #23978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23978E is #DC6871. Grayscale: #737373. Windows color (decimal): -14444658 or 9344803. OLE color: 9344803.
HSL color Cylindrical-coordinate representation of color #23978E: hue angle of 175.34º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23978E is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 142 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.41 |
| HSL | 175.34º | 0.62% | 0.36% | - |
| HSV(B) | 175.34º | 0.77% | 0.59% | - |
| XYZ | 16.64 | 24.44 | 29.43 | - |
| YUV | 115.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 142 | 0.77 | 0 | 0.06 | 0.41 | 175.34 | 0.62 | 0.36 |
| Hex | 23 | 97 | 8E | 4D | 0 | 6 | 29 | AF | 3E | 24 |
| Octal | 43 | 227 | 216 | 115 | 0 | 6 | 51 | 257 | 76 | 44 |
| Binary | 100011 | 10010111 | 10001110 | 1001101 | 0 | 110 | 101001 | 10101111 | 111110 | 100100 |
Color Harmonies of #23978E
Complementary color
Monochromatic Colors of #23978E
Black with #23978E
Text Example
Text Example
White with #23978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23978E; }
p { color: rgb(35,151,142); }
H1.HeaderClassName
{
color: #23978E;
}
.AnyTagClassName
{
color: #23978E;
}
</style>
background-color css
<style>
a { background-color: #23978E; }
a { background-color: rgb(35,151,142); }
div.DivClassName
{
background-color: #23978E;
}
.BgClassName
{
background-color: #23978E;
}
</style>
border-color css
<style>
span { border-color: #23978E; }
span { border-color: rgb(35,151,142); }
td.TdClassName
{
border-color: #23978E;
}
.TagClassName
{
border-color: #23978E;
}
</style>