Shades of Java #23A49E
Tints of Java #23A49E
RGB
CMYK
RGB Variations
Color information
#23A49E (or 0x23A49E) is known color: Java. HEX triplet: 23, A4 and 9E. RGB value is (35,164,158). Sum of RGB (Red+Green+Blue) = 35+164+158=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #23A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A49E is #DC5B61. Grayscale: #7C7C7C. Windows color (decimal): -14441314 or 10396707. OLE color: 10396707.
HSL color Cylindrical-coordinate representation of color #23A49E: hue angle of 177.21º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A49E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 164 | 158 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.36 |
| HSL | 177.21º | 0.65% | 0.39% | - |
| HSV(B) | 177.21º | 0.79% | 0.64% | - |
| XYZ | 20.14 | 29.38 | 36.96 | - |
| YUV | 124.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 164 | 158 | 0.79 | 0 | 0.04 | 0.36 | 177.21 | 0.65 | 0.39 |
| Hex | 23 | A4 | 9E | 4F | 0 | 4 | 24 | B1 | 41 | 27 |
| Octal | 43 | 244 | 236 | 117 | 0 | 4 | 44 | 261 | 101 | 47 |
| Binary | 100011 | 10100100 | 10011110 | 1001111 | 0 | 100 | 100100 | 10110001 | 1000001 | 100111 |
Color Harmonies of #23A49E
Complementary color
Monochromatic Colors of #23A49E
Black with #23A49E
Text Example
Text Example
White with #23A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A49E; }
p { color: rgb(35,164,158); }
H1.HeaderClassName
{
color: #23A49E;
}
.AnyTagClassName
{
color: #23A49E;
}
</style>
background-color css
<style>
a { background-color: #23A49E; }
a { background-color: rgb(35,164,158); }
div.DivClassName
{
background-color: #23A49E;
}
.BgClassName
{
background-color: #23A49E;
}
</style>
border-color css
<style>
span { border-color: #23A49E; }
span { border-color: rgb(35,164,158); }
td.TdClassName
{
border-color: #23A49E;
}
.TagClassName
{
border-color: #23A49E;
}
</style>