Shades of Java #23A09E
Tints of Java #23A09E
RGB
CMYK
RGB Variations
Color information
#23A09E (or 0x23A09E) is known color: Java. HEX triplet: 23, A0 and 9E. RGB value is (35,160,158). Sum of RGB (Red+Green+Blue) = 35+160+158=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #23A09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A09E is #DC5F61. Grayscale: #7A7A7A. Windows color (decimal): -14442338 or 10395683. OLE color: 10395683.
HSL color Cylindrical-coordinate representation of color #23A09E: hue angle of 179.04º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A09E is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 158 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.37 |
| HSL | 179.04º | 0.64% | 0.38% | - |
| HSV(B) | 179.04º | 0.78% | 0.63% | - |
| XYZ | 19.44 | 27.97 | 36.72 | - |
| YUV | 122.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 158 | 0.78 | 0 | 0.01 | 0.37 | 179.04 | 0.64 | 0.38 |
| Hex | 23 | A0 | 9E | 4E | 0 | 1 | 25 | B3 | 40 | 26 |
| Octal | 43 | 240 | 236 | 116 | 0 | 1 | 45 | 263 | 100 | 46 |
| Binary | 100011 | 10100000 | 10011110 | 1001110 | 0 | 1 | 100101 | 10110011 | 1000000 | 100110 |
Color Harmonies of #23A09E
Complementary color
Monochromatic Colors of #23A09E
Black with #23A09E
Text Example
Text Example
White with #23A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A09E; }
p { color: rgb(35,160,158); }
H1.HeaderClassName
{
color: #23A09E;
}
.AnyTagClassName
{
color: #23A09E;
}
</style>
background-color css
<style>
a { background-color: #23A09E; }
a { background-color: rgb(35,160,158); }
div.DivClassName
{
background-color: #23A09E;
}
.BgClassName
{
background-color: #23A09E;
}
</style>
border-color css
<style>
span { border-color: #23A09E; }
span { border-color: rgb(35,160,158); }
td.TdClassName
{
border-color: #23A09E;
}
.TagClassName
{
border-color: #23A09E;
}
</style>