Shades of Java #23988B
Tints of Java #23988B
RGB
CMYK
RGB Variations
Color information
#23988B (or 0x23988B) is known color: Java. HEX triplet: 23, 98 and 8B. RGB value is (35,152,139). Sum of RGB (Red+Green+Blue) = 35+152+139=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #23988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23988B is #DC6774. Grayscale: #737373. Windows color (decimal): -14444405 or 9148451. OLE color: 9148451.
HSL color Cylindrical-coordinate representation of color #23988B: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23988B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 139 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.40 |
| HSL | 173.33º | 0.63% | 0.37% | - |
| HSV(B) | 173.33º | 0.77% | 0.6% | - |
| XYZ | 16.58 | 24.68 | 28.32 | - |
| YUV | 115.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 139 | 0.77 | 0 | 0.09 | 0.40 | 173.33 | 0.63 | 0.37 |
| Hex | 23 | 98 | 8B | 4D | 0 | 9 | 28 | AD | 3F | 25 |
| Octal | 43 | 230 | 213 | 115 | 0 | 11 | 50 | 255 | 77 | 45 |
| Binary | 100011 | 10011000 | 10001011 | 1001101 | 0 | 1001 | 101000 | 10101101 | 111111 | 100101 |
Color Harmonies of #23988B
Complementary color
Monochromatic Colors of #23988B
Black with #23988B
Text Example
Text Example
White with #23988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23988B; }
p { color: rgb(35,152,139); }
H1.HeaderClassName
{
color: #23988B;
}
.AnyTagClassName
{
color: #23988B;
}
</style>
background-color css
<style>
a { background-color: #23988B; }
a { background-color: rgb(35,152,139); }
div.DivClassName
{
background-color: #23988B;
}
.BgClassName
{
background-color: #23988B;
}
</style>
border-color css
<style>
span { border-color: #23988B; }
span { border-color: rgb(35,152,139); }
td.TdClassName
{
border-color: #23988B;
}
.TagClassName
{
border-color: #23988B;
}
</style>