Shades of Java #17938A
Tints of Java #17938A
RGB
CMYK
RGB Variations
Color information
#17938A (or 0x17938A) is known color: Java. HEX triplet: 17, 93 and 8A. RGB value is (23,147,138). Sum of RGB (Red+Green+Blue) = 23+147+138=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #17938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17938A is #E86C75. Grayscale: #6C6C6C. Windows color (decimal): -15232118 or 9081623. OLE color: 9081623.
HSL color Cylindrical-coordinate representation of color #17938A: hue angle of 175.65º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17938A is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 147 | 138 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.42 |
| HSL | 175.65º | 0.73% | 0.33% | - |
| HSV(B) | 175.65º | 0.84% | 0.58% | - |
| XYZ | 15.37 | 22.88 | 27.65 | - |
| YUV | 108.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 138 | 0.84 | 0 | 0.06 | 0.42 | 175.65 | 0.73 | 0.33 |
| Hex | 17 | 93 | 8A | 54 | 0 | 6 | 2A | B0 | 49 | 21 |
| Octal | 27 | 223 | 212 | 124 | 0 | 6 | 52 | 260 | 111 | 41 |
| Binary | 10111 | 10010011 | 10001010 | 1010100 | 0 | 110 | 101010 | 10110000 | 1001001 | 100001 |
Color Harmonies of #17938A
Complementary color
Monochromatic Colors of #17938A
Black with #17938A
Text Example
Text Example
White with #17938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17938A; }
p { color: rgb(23,147,138); }
H1.HeaderClassName
{
color: #17938A;
}
.AnyTagClassName
{
color: #17938A;
}
</style>
background-color css
<style>
a { background-color: #17938A; }
a { background-color: rgb(23,147,138); }
div.DivClassName
{
background-color: #17938A;
}
.BgClassName
{
background-color: #17938A;
}
</style>
border-color css
<style>
span { border-color: #17938A; }
span { border-color: rgb(23,147,138); }
td.TdClassName
{
border-color: #17938A;
}
.TagClassName
{
border-color: #17938A;
}
</style>