Shades of Java #15948A
Tints of Java #15948A
RGB
CMYK
RGB Variations
Color information
#15948A (or 0x15948A) is known color: Java. HEX triplet: 15, 94 and 8A. RGB value is (21,148,138). Sum of RGB (Red+Green+Blue) = 21+148+138=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #15948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15948A is #EA6B75. Grayscale: #6C6C6C. Windows color (decimal): -15362934 or 9081877. OLE color: 9081877.
HSL color Cylindrical-coordinate representation of color #15948A: hue angle of 175.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15948A is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 148 | 138 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.42 |
| HSL | 175.28º | 0.75% | 0.33% | - |
| HSV(B) | 175.28º | 0.86% | 0.58% | - |
| XYZ | 15.49 | 23.17 | 27.7 | - |
| YUV | 108.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 138 | 0.86 | 0 | 0.07 | 0.42 | 175.28 | 0.75 | 0.33 |
| Hex | 15 | 94 | 8A | 56 | 0 | 7 | 2A | AF | 4B | 21 |
| Octal | 25 | 224 | 212 | 126 | 0 | 7 | 52 | 257 | 113 | 41 |
| Binary | 10101 | 10010100 | 10001010 | 1010110 | 0 | 111 | 101010 | 10101111 | 1001011 | 100001 |
Color Harmonies of #15948A
Complementary color
Monochromatic Colors of #15948A
Black with #15948A
Text Example
Text Example
White with #15948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15948A; }
p { color: rgb(21,148,138); }
H1.HeaderClassName
{
color: #15948A;
}
.AnyTagClassName
{
color: #15948A;
}
</style>
background-color css
<style>
a { background-color: #15948A; }
a { background-color: rgb(21,148,138); }
div.DivClassName
{
background-color: #15948A;
}
.BgClassName
{
background-color: #15948A;
}
</style>
border-color css
<style>
span { border-color: #15948A; }
span { border-color: rgb(21,148,138); }
td.TdClassName
{
border-color: #15948A;
}
.TagClassName
{
border-color: #15948A;
}
</style>