Shades of Java #23A0A1
Tints of Java #23A0A1
RGB
CMYK
RGB Variations
Color information
#23A0A1 (or 0x23A0A1) is known color: Java. HEX triplet: 23, A0 and A1. RGB value is (35,160,161). Sum of RGB (Red+Green+Blue) = 35+160+161=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #23A0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A0A1 is #DC5F5E. Grayscale: #7A7A7A. Windows color (decimal): -14442335 or 10592291. OLE color: 10592291.
HSL color Cylindrical-coordinate representation of color #23A0A1: hue angle of 180.48º 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 #23A0A1 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 161 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.37 |
| HSL | 180.48º | 0.64% | 0.38% | - |
| HSV(B) | 180.48º | 0.78% | 0.63% | - |
| XYZ | 19.7 | 28.07 | 38.1 | - |
| YUV | 122.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 161 | 0.78 | 0.01 | 0 | 0.37 | 180.48 | 0.64 | 0.38 |
| Hex | 23 | A0 | A1 | 4E | 1 | 0 | 25 | B4 | 40 | 26 |
| Octal | 43 | 240 | 241 | 116 | 1 | 0 | 45 | 264 | 100 | 46 |
| Binary | 100011 | 10100000 | 10100001 | 1001110 | 1 | 0 | 100101 | 10110100 | 1000000 | 100110 |
Color Harmonies of #23A0A1
Complementary color
Monochromatic Colors of #23A0A1
Black with #23A0A1
Text Example
Text Example
White with #23A0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A0A1; }
p { color: rgb(35,160,161); }
H1.HeaderClassName
{
color: #23A0A1;
}
.AnyTagClassName
{
color: #23A0A1;
}
</style>
background-color css
<style>
a { background-color: #23A0A1; }
a { background-color: rgb(35,160,161); }
div.DivClassName
{
background-color: #23A0A1;
}
.BgClassName
{
background-color: #23A0A1;
}
</style>
border-color css
<style>
span { border-color: #23A0A1; }
span { border-color: rgb(35,160,161); }
td.TdClassName
{
border-color: #23A0A1;
}
.TagClassName
{
border-color: #23A0A1;
}
</style>