Shades of Java #23908A
Tints of Java #23908A
RGB
CMYK
RGB Variations
Color information
#23908A (or 0x23908A) is known color: Java. HEX triplet: 23, 90 and 8A. RGB value is (35,144,138). Sum of RGB (Red+Green+Blue) = 35+144+138=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #23908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23908A is #DC6F75. Grayscale: #6E6E6E. Windows color (decimal): -14446454 or 9080867. OLE color: 9080867.
HSL color Cylindrical-coordinate representation of color #23908A: hue angle of 176.7º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23908A is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 138 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.44 |
| HSL | 176.7º | 0.61% | 0.35% | - |
| HSV(B) | 176.7º | 0.76% | 0.56% | - |
| XYZ | 15.25 | 22.14 | 27.51 | - |
| YUV | 110.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 138 | 0.76 | 0 | 0.04 | 0.44 | 176.7 | 0.61 | 0.35 |
| Hex | 23 | 90 | 8A | 4C | 0 | 4 | 2C | B1 | 3D | 23 |
| Octal | 43 | 220 | 212 | 114 | 0 | 4 | 54 | 261 | 75 | 43 |
| Binary | 100011 | 10010000 | 10001010 | 1001100 | 0 | 100 | 101100 | 10110001 | 111101 | 100011 |
Color Harmonies of #23908A
Complementary color
Monochromatic Colors of #23908A
Black with #23908A
Text Example
Text Example
White with #23908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23908A; }
p { color: rgb(35,144,138); }
H1.HeaderClassName
{
color: #23908A;
}
.AnyTagClassName
{
color: #23908A;
}
</style>
background-color css
<style>
a { background-color: #23908A; }
a { background-color: rgb(35,144,138); }
div.DivClassName
{
background-color: #23908A;
}
.BgClassName
{
background-color: #23908A;
}
</style>
border-color css
<style>
span { border-color: #23908A; }
span { border-color: rgb(35,144,138); }
td.TdClassName
{
border-color: #23908A;
}
.TagClassName
{
border-color: #23908A;
}
</style>