Shades of Java #23998A
Tints of Java #23998A
RGB
CMYK
RGB Variations
Color information
#23998A (or 0x23998A) is known color: Java. HEX triplet: 23, 99 and 8A. RGB value is (35,153,138). Sum of RGB (Red+Green+Blue) = 35+153+138=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #23998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23998A is #DC6675. Grayscale: #737373. Windows color (decimal): -14444150 or 9083171. OLE color: 9083171.
HSL color Cylindrical-coordinate representation of color #23998A: hue angle of 172.37º 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 #23998A is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 138 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.4 |
| HSL | 172.37º | 0.63% | 0.37% | - |
| HSV(B) | 172.37º | 0.77% | 0.6% | - |
| XYZ | 16.67 | 24.97 | 27.99 | - |
| YUV | 116.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 138 | 0.77 | 0 | 0.10 | 0.4 | 172.37 | 0.63 | 0.37 |
| Hex | 23 | 99 | 8A | 4D | 0 | A | 28 | AC | 3F | 25 |
| Octal | 43 | 231 | 212 | 115 | 0 | 12 | 50 | 254 | 77 | 45 |
| Binary | 100011 | 10011001 | 10001010 | 1001101 | 0 | 1010 | 101000 | 10101100 | 111111 | 100101 |
Color Harmonies of #23998A
Complementary color
Monochromatic Colors of #23998A
Black with #23998A
Text Example
Text Example
White with #23998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23998A; }
p { color: rgb(35,153,138); }
H1.HeaderClassName
{
color: #23998A;
}
.AnyTagClassName
{
color: #23998A;
}
</style>
background-color css
<style>
a { background-color: #23998A; }
a { background-color: rgb(35,153,138); }
div.DivClassName
{
background-color: #23998A;
}
.BgClassName
{
background-color: #23998A;
}
</style>
border-color css
<style>
span { border-color: #23998A; }
span { border-color: rgb(35,153,138); }
td.TdClassName
{
border-color: #23998A;
}
.TagClassName
{
border-color: #23998A;
}
</style>