Shades of Java #15918C
Tints of Java #15918C
RGB
CMYK
RGB Variations
Color information
#15918C (or 0x15918C) is known color: Java. HEX triplet: 15, 91 and 8C. RGB value is (21,145,140). Sum of RGB (Red+Green+Blue) = 21+145+140=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #15918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15918C is #EA6E73. Grayscale: #6B6B6B. Windows color (decimal): -15363700 or 9212181. OLE color: 9212181.
HSL color Cylindrical-coordinate representation of color #15918C: hue angle of 177.58º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15918C is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 140 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.43 |
| HSL | 177.58º | 0.75% | 0.33% | - |
| HSV(B) | 177.58º | 0.86% | 0.57% | - |
| XYZ | 15.17 | 22.3 | 28.32 | - |
| YUV | 107.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 140 | 0.86 | 0 | 0.03 | 0.43 | 177.58 | 0.75 | 0.33 |
| Hex | 15 | 91 | 8C | 56 | 0 | 3 | 2B | B2 | 4B | 21 |
| Octal | 25 | 221 | 214 | 126 | 0 | 3 | 53 | 262 | 113 | 41 |
| Binary | 10101 | 10010001 | 10001100 | 1010110 | 0 | 11 | 101011 | 10110010 | 1001011 | 100001 |
Color Harmonies of #15918C
Complementary color
Monochromatic Colors of #15918C
Black with #15918C
Text Example
Text Example
White with #15918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15918C; }
p { color: rgb(21,145,140); }
H1.HeaderClassName
{
color: #15918C;
}
.AnyTagClassName
{
color: #15918C;
}
</style>
background-color css
<style>
a { background-color: #15918C; }
a { background-color: rgb(21,145,140); }
div.DivClassName
{
background-color: #15918C;
}
.BgClassName
{
background-color: #15918C;
}
</style>
border-color css
<style>
span { border-color: #15918C; }
span { border-color: rgb(21,145,140); }
td.TdClassName
{
border-color: #15918C;
}
.TagClassName
{
border-color: #15918C;
}
</style>