Shades of Java #30A196
Tints of Java #30A196
RGB
CMYK
RGB Variations
Color information
#30A196 (or 0x30A196) is known color: Java. HEX triplet: 30, A1 and 96. RGB value is (48,161,150). Sum of RGB (Red+Green+Blue) = 48+161+150=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #30A196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A196 is #CF5E69. Grayscale: #7D7D7D. Windows color (decimal): -13590122 or 9871664. OLE color: 9871664.
HSL color Cylindrical-coordinate representation of color #30A196: hue angle of 174.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A196 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 150 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.37 |
| HSL | 174.16º | 0.54% | 0.41% | - |
| HSV(B) | 174.16º | 0.7% | 0.63% | - |
| XYZ | 19.47 | 28.32 | 33.29 | - |
| YUV | 125.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 150 | 0.70 | 0 | 0.07 | 0.37 | 174.16 | 0.54 | 0.41 |
| Hex | 30 | A1 | 96 | 46 | 0 | 7 | 25 | AE | 36 | 29 |
| Octal | 60 | 241 | 226 | 106 | 0 | 7 | 45 | 256 | 66 | 51 |
| Binary | 110000 | 10100001 | 10010110 | 1000110 | 0 | 111 | 100101 | 10101110 | 110110 | 101001 |
Color Harmonies of #30A196
Complementary color
Monochromatic Colors of #30A196
Black with #30A196
Text Example
Text Example
White with #30A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A196; }
p { color: rgb(48,161,150); }
H1.HeaderClassName
{
color: #30A196;
}
.AnyTagClassName
{
color: #30A196;
}
</style>
background-color css
<style>
a { background-color: #30A196; }
a { background-color: rgb(48,161,150); }
div.DivClassName
{
background-color: #30A196;
}
.BgClassName
{
background-color: #30A196;
}
</style>
border-color css
<style>
span { border-color: #30A196; }
span { border-color: rgb(48,161,150); }
td.TdClassName
{
border-color: #30A196;
}
.TagClassName
{
border-color: #30A196;
}
</style>