Shades of Java #23A197
Tints of Java #23A197
RGB
CMYK
RGB Variations
Color information
#23A197 (or 0x23A197) is known color: Java. HEX triplet: 23, A1 and 97. RGB value is (35,161,151). Sum of RGB (Red+Green+Blue) = 35+161+151=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #23A197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A197 is #DC5E68. Grayscale: #7A7A7A. Windows color (decimal): -14442089 or 9937187. OLE color: 9937187.
HSL color Cylindrical-coordinate representation of color #23A197: hue angle of 175.24º 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 #23A197 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 151 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.37 |
| HSL | 175.24º | 0.64% | 0.38% | - |
| HSV(B) | 175.24º | 0.78% | 0.63% | - |
| XYZ | 19.02 | 28.08 | 33.7 | - |
| YUV | 122.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 151 | 0.78 | 0 | 0.06 | 0.37 | 175.24 | 0.64 | 0.38 |
| Hex | 23 | A1 | 97 | 4E | 0 | 6 | 25 | AF | 40 | 26 |
| Octal | 43 | 241 | 227 | 116 | 0 | 6 | 45 | 257 | 100 | 46 |
| Binary | 100011 | 10100001 | 10010111 | 1001110 | 0 | 110 | 100101 | 10101111 | 1000000 | 100110 |
Color Harmonies of #23A197
Complementary color
Monochromatic Colors of #23A197
Black with #23A197
Text Example
Text Example
White with #23A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A197; }
p { color: rgb(35,161,151); }
H1.HeaderClassName
{
color: #23A197;
}
.AnyTagClassName
{
color: #23A197;
}
</style>
background-color css
<style>
a { background-color: #23A197; }
a { background-color: rgb(35,161,151); }
div.DivClassName
{
background-color: #23A197;
}
.BgClassName
{
background-color: #23A197;
}
</style>
border-color css
<style>
span { border-color: #23A197; }
span { border-color: rgb(35,161,151); }
td.TdClassName
{
border-color: #23A197;
}
.TagClassName
{
border-color: #23A197;
}
</style>