Shades of Java #23988F
Tints of Java #23988F
RGB
CMYK
RGB Variations
Color information
#23988F (or 0x23988F) is known color: Java. HEX triplet: 23, 98 and 8F. RGB value is (35,152,143). Sum of RGB (Red+Green+Blue) = 35+152+143=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #23988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23988F is #DC6770. Grayscale: #737373. Windows color (decimal): -14444401 or 9410595. OLE color: 9410595.
HSL color Cylindrical-coordinate representation of color #23988F: hue angle of 175.38º 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 #23988F is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 143 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.40 |
| HSL | 175.38º | 0.63% | 0.37% | - |
| HSV(B) | 175.38º | 0.77% | 0.6% | - |
| XYZ | 16.88 | 24.8 | 29.88 | - |
| YUV | 115.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 143 | 0.77 | 0 | 0.06 | 0.40 | 175.38 | 0.63 | 0.37 |
| Hex | 23 | 98 | 8F | 4D | 0 | 6 | 28 | AF | 3F | 25 |
| Octal | 43 | 230 | 217 | 115 | 0 | 6 | 50 | 257 | 77 | 45 |
| Binary | 100011 | 10011000 | 10001111 | 1001101 | 0 | 110 | 101000 | 10101111 | 111111 | 100101 |
Color Harmonies of #23988F
Complementary color
Monochromatic Colors of #23988F
Black with #23988F
Text Example
Text Example
White with #23988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23988F; }
p { color: rgb(35,152,143); }
H1.HeaderClassName
{
color: #23988F;
}
.AnyTagClassName
{
color: #23988F;
}
</style>
background-color css
<style>
a { background-color: #23988F; }
a { background-color: rgb(35,152,143); }
div.DivClassName
{
background-color: #23988F;
}
.BgClassName
{
background-color: #23988F;
}
</style>
border-color css
<style>
span { border-color: #23988F; }
span { border-color: rgb(35,152,143); }
td.TdClassName
{
border-color: #23988F;
}
.TagClassName
{
border-color: #23988F;
}
</style>