Shades of Java #23988C
Tints of Java #23988C
RGB
CMYK
RGB Variations
Color information
#23988C (or 0x23988C) is known color: Java. HEX triplet: 23, 98 and 8C. RGB value is (35,152,140). Sum of RGB (Red+Green+Blue) = 35+152+140=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #23988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23988C is #DC6773. Grayscale: #737373. Windows color (decimal): -14444404 or 9213987. OLE color: 9213987.
HSL color Cylindrical-coordinate representation of color #23988C: hue angle of 173.85º 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 #23988C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 140 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.40 |
| HSL | 173.85º | 0.63% | 0.37% | - |
| HSV(B) | 173.85º | 0.77% | 0.6% | - |
| XYZ | 16.66 | 24.71 | 28.7 | - |
| YUV | 115.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 140 | 0.77 | 0 | 0.08 | 0.40 | 173.85 | 0.63 | 0.37 |
| Hex | 23 | 98 | 8C | 4D | 0 | 8 | 28 | AE | 3F | 25 |
| Octal | 43 | 230 | 214 | 115 | 0 | 10 | 50 | 256 | 77 | 45 |
| Binary | 100011 | 10011000 | 10001100 | 1001101 | 0 | 1000 | 101000 | 10101110 | 111111 | 100101 |
Color Harmonies of #23988C
Complementary color
Monochromatic Colors of #23988C
Black with #23988C
Text Example
Text Example
White with #23988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23988C; }
p { color: rgb(35,152,140); }
H1.HeaderClassName
{
color: #23988C;
}
.AnyTagClassName
{
color: #23988C;
}
</style>
background-color css
<style>
a { background-color: #23988C; }
a { background-color: rgb(35,152,140); }
div.DivClassName
{
background-color: #23988C;
}
.BgClassName
{
background-color: #23988C;
}
</style>
border-color css
<style>
span { border-color: #23988C; }
span { border-color: rgb(35,152,140); }
td.TdClassName
{
border-color: #23988C;
}
.TagClassName
{
border-color: #23988C;
}
</style>